From 9cecac10a108ac7ecb0e67e998adf99493e7472f Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 18 Aug 2026 20:10:14 +0000 Subject: [PATCH] 06_argocd_installation/argocd-values.yaml aktualisiert --- 06_argocd_installation/argocd-values.yaml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/06_argocd_installation/argocd-values.yaml b/06_argocd_installation/argocd-values.yaml index e02993d..d5e6b57 100644 --- a/06_argocd_installation/argocd-values.yaml +++ b/06_argocd_installation/argocd-values.yaml @@ -95,25 +95,11 @@ configs: dex: startupProbe: - httpGet: - path: /api/dex/healthz - port: 5556 - initialDelaySeconds: 10 - periodSeconds: 5 - failureThreshold: 12 + enabled: true livenessProbe: - httpGet: - path: /api/dex/healthz - port: 5556 - initialDelaySeconds: 20 - periodSeconds: 10 - failureThreshold: 3 + enabled: true readinessProbe: - httpGet: - path: /api/dex/healthz - port: 5556 - initialDelaySeconds: 5 - periodSeconds: 5 + enabled: true envFrom: - secretRef: name: argocd-authentik-client-secret