Skip to content

Commit

Permalink
fix: Set default timeouts for the high load (#1692)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>
  • Loading branch information
mikolajb authored Oct 23, 2023
1 parent 8f89cbf commit 8ecf8ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/dex-k8s-authenticator/1.2.16/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ecf8ed

Please sign in to comment.