Skip to content

Commit

Permalink
Bump down default readinessprobe delays
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael da Fonseca <[email protected]>
  • Loading branch information
rsafonseca committed Feb 11, 2025
1 parent 231f69f commit 6616949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/reports-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ livenessProbe:

# -- Readiness probe
readinessProbe:
initialDelaySeconds: 30
initialDelaySeconds: 1
failureThreshold: 10
periodSeconds: 10
periodSeconds: 5
httpGet:
path: /readyz
port: https
Expand Down

0 comments on commit 6616949

Please sign in to comment.