From 9a117d1771c87eedc015d8895fb70ce578f75c3d Mon Sep 17 00:00:00 2001 From: Altonhe Date: Fri, 30 Aug 2024 15:46:35 -0400 Subject: [PATCH] chore: increase the threshold of health check --- charts/onebusaway/templates/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/onebusaway/templates/deployment.yaml b/charts/onebusaway/templates/deployment.yaml index 79fd5e6..13deef0 100644 --- a/charts/onebusaway/templates/deployment.yaml +++ b/charts/onebusaway/templates/deployment.yaml @@ -76,15 +76,15 @@ spec: httpGet: path: /onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 + initialDelaySeconds: 120 + periodSeconds: 60 failureThreshold: 3 readinessProbe: httpGet: path: /onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 + initialDelaySeconds: 120 + periodSeconds: 60 failureThreshold: 3 volumes: - name: bundle-volume