06_argocd_installation/argocd-values.yaml aktualisiert

This commit is contained in:
2026-08-18 20:10:14 +00:00
parent 78b93ad20d
commit 9cecac10a1
+3 -17
View File
@@ -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