diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml index 75ffed0cce73c7f4fc5775d29f4f59d76030e2fd..c7865fc0c3c854ad2c3c52d824c7e3f4435edb31 100644 --- a/devops/gc/deploy/templates/deployment.yaml +++ b/devops/gc/deploy/templates/deployment.yaml @@ -55,10 +55,11 @@ spec: ports: - containerPort: 8080 livenessProbe: + failureThreshold: 3 httpGet: path: /api/storage/v2/health port: 8080 - initialDelaySeconds: 60 + initialDelaySeconds: 120 periodSeconds: 10 resources: requests: