From be02e1163e4192adaa9c03541e21fdc5d36de8dc Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Thu, 19 Sep 2024 15:21:59 -0500 Subject: [PATCH] Update deployment-production.tmpl --- kubernetes/deployment-production.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/deployment-production.tmpl b/kubernetes/deployment-production.tmpl index 6df0732..6543da7 100644 --- a/kubernetes/deployment-production.tmpl +++ b/kubernetes/deployment-production.tmpl @@ -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: / @@ -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"