Skip to content

Commit

Permalink
Merge pull request #926 from WGBH-MLA/dont-rush-redis-healthchecks
Browse files Browse the repository at this point in the history
dont-rush-redis-healthchecks
  • Loading branch information
bkiahstroud authored Oct 2, 2024
2 parents 3cc999b + 9bf05f4 commit 9fbe8e8
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 9fbe8e8

Please sign in to comment.