diff --git a/services/dex-k8s-authenticator/1.2.16/defaults/cm.yaml b/services/dex-k8s-authenticator/1.2.16/defaults/cm.yaml index 75e3800cb..263326535 100644 --- a/services/dex-k8s-authenticator/1.2.16/defaults/cm.yaml +++ b/services/dex-k8s-authenticator/1.2.16/defaults/cm.yaml @@ -27,9 +27,9 @@ data: # Clusters will be managed in the overrides CM clusters: {} livenessProbe: - periodSeconds: 10 # Under high load use 'periodSeconds: 30' - initialDelaySeconds: 10 # Under high load use 'initialDelaySeconds: 15' - timeoutSeconds: 10 # Under high load use 'timeoutSeconds: 30' + periodSeconds: 30 + initialDelaySeconds: 15 + timeoutSeconds: 30 failureThreshold: 6 deploymentAnnotations: configmap.reloader.stakater.com/reload: "dex-k8s-authenticator"