06_argocd_installation/argocd-values.yaml aktualisiert

This commit is contained in:
2026-08-18 20:00:08 +00:00
parent c11fd3b9cc
commit 7e4e8643bf
+20
View File
@@ -94,6 +94,26 @@ configs:
dex:
startupProbe:
httpGet:
path: /api/dex/healthz
port: 5556
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 12
livenessProbe:
httpGet:
path: /api/dex/healthz
port: 5556
initialDelaySeconds: 20
periodSeconds: 10
failureThreshold: 3
readinessProbe:
httpGet:
path: /api/dex/healthz
port: 5556
initialDelaySeconds: 5
periodSeconds: 5
envFrom:
- secretRef:
name: argocd-authentik-client-secret