Skip to content

Commit

Permalink
Add more time to initial delay for the readiness and liveness probes …
Browse files Browse the repository at this point in the history
…for redis to get the aof file into memory
  • Loading branch information
aprilrieger committed Oct 1, 2024
1 parent 3cc999b commit 9bf05f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/prod-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ redis:
password: prod
master:
livenessProbe:
initialDelaySeconds: 180
initialDelaySeconds: 300
readinessProbe:
initialDelaySeconds: 180
initialDelaySeconds: 300

solr:
enabled: false
Expand Down

0 comments on commit 9bf05f4

Please sign in to comment.