apply changes for sync

This commit is contained in:
2025-03-03 16:22:00 -06:00
parent 2f34b4f3b1
commit bbd31d6fac
4 changed files with 20 additions and 18 deletions

View File

@@ -4,15 +4,16 @@ argo-cd:
configs:
cm:
admin.enabled: true
# resource.customizations.ignoreDifferences.apps_Deployment: |
# jqPathExpressions:
# - '.spec.template.spec.hostUsers'
# resource.customizations.ignoreDifferences.batch_CronJob: |
# jqPathExpressions:
# - '.spec.jobTemplate.spec.template.spec.hostUsers'
# resource.customizations.ignoreDifferences.batch_Job: |
# jqPathExpressions:
# - '.spec.template.spec.hostUsers'
resource.customizations.ignoreDifferences.service: |
jqPathExpressions:
- '.spec.externalName'
resource.customizations.ignoreDifferences.gpu_Device_Plugin: |
jqPathExpressions:
- '.metadata.annotations'
resource.customizations.ignoreDifferences.stateful_Set: |
jqPathExpressions:
- '.spec.volumeClaimTemplates[].apiVersion'
- '.spec.volumeClaimTemplates[].kind'
timeout.reconciliation: 100s
timeout.reconciliation.jitter: 60s
url: https://argocd.alexlebens.net

View File

@@ -15,11 +15,11 @@ spec:
name: in-cluster
namespace: kube-system
revisionHistoryLimit: 3
ignoreDifferences:
- group: ""
kind: ServiceMonitor
jqPathExpressions:
- .spec.endpoints[].relabelings[].action
# ignoreDifferences:
# - group: ""
# kind: ServiceMonitor
# jqPathExpressions:
# - .spec.endpoints[].relabelings[].action
syncPolicy:
automated:
prune: true

View File

@@ -36,10 +36,10 @@ metadata:
name: matrix-synapse-signingkey
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: matrix-synapse-signingkey
app.kubernetes.io/name: matrix-synapse
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/version: 1.125.0
app.kubernetes.io/component: signingkey-job
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:

View File

@@ -22,7 +22,8 @@ traefik:
protocol: HTTPS
namespacePolicy: All
certificateRefs:
- kind: Secret
- group: ''
kind: Secret
name: websecure-gateway-cert
namespace: traefik
mode: Terminate