Skip to content

Commit

Permalink
Increases Redis liveness/readiness waitime to 180s, like prod
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Sep 4, 2024
1 parent 3af3b75 commit b9f91ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ redis:
cluster:
enabled: false
password: demo
master:
livenessProbe:
initialDelaySeconds: 180
readinessProbe:
initialDelaySeconds: 180

solr:
enabled: false

Expand Down

0 comments on commit b9f91ff

Please sign in to comment.