diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 668705d..c4694dd 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -103,8 +103,8 @@ spec: startupProbe: httpGet: path: / - port: http - initialDelaySeconds: 300 + port: 9000 + initialDelaySeconds: 60 failureThreshold: 3000 periodSeconds: 10 livenessProbe: @@ -134,8 +134,8 @@ spec: startupProbe: httpGet: path: / - port: http - initialDelaySeconds: 300 + port: 9000 + initialDelaySeconds: 60 failureThreshold: 3000 periodSeconds: 10 livenessProbe: