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