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: configs:
cm: cm:
admin.enabled: true admin.enabled: true
# resource.customizations.ignoreDifferences.apps_Deployment: | resource.customizations.ignoreDifferences.service: |
# jqPathExpressions: jqPathExpressions:
# - '.spec.template.spec.hostUsers' - '.spec.externalName'
# resource.customizations.ignoreDifferences.batch_CronJob: | resource.customizations.ignoreDifferences.gpu_Device_Plugin: |
# jqPathExpressions: jqPathExpressions:
# - '.spec.jobTemplate.spec.template.spec.hostUsers' - '.metadata.annotations'
# resource.customizations.ignoreDifferences.batch_Job: | resource.customizations.ignoreDifferences.stateful_Set: |
# jqPathExpressions: jqPathExpressions:
# - '.spec.template.spec.hostUsers' - '.spec.volumeClaimTemplates[].apiVersion'
- '.spec.volumeClaimTemplates[].kind'
timeout.reconciliation: 100s timeout.reconciliation: 100s
timeout.reconciliation.jitter: 60s timeout.reconciliation.jitter: 60s
url: https://argocd.alexlebens.net url: https://argocd.alexlebens.net

View File

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

View File

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

View File

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