06_argocd_installation/argocd-values.yaml aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user