Skip to content

Commit

Permalink
Update the ops/prod-deploy.tmpl.yaml file to include increased probe …
Browse files Browse the repository at this point in the history
…delay time (#910)
  • Loading branch information
aprilrieger authored Aug 29, 2024
1 parent 2597935 commit 468e7ec
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: 120
initialDelaySeconds: 180
readinessProbe:
initialDelaySeconds: 120
initialDelaySeconds: 180

solr:
enabled: false
Expand Down

0 comments on commit 468e7ec

Please sign in to comment.