Skip to content

Commit

Permalink
Update deployment-production.tmpl (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Sep 19, 2024
1 parent b178103 commit 74605f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: X-Forwarded-Proto
value: https
# allow a longer response time than 1s
timeoutSeconds: 10
timeoutSeconds: 30
readinessProbe:
httpGet:
path: /
Expand All @@ -53,7 +53,7 @@ spec:
# start checking for readiness after 20s (to serve traffic)
initialDelaySeconds: 20
# allow a longer response time than 1s
timeoutSeconds: 10
timeoutSeconds: 30
env:
- name: RAILS_LOG_TO_STDOUT
value: "true"
Expand Down

0 comments on commit 74605f3

Please sign in to comment.