diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml index 2bf31678fe8f872555a144c740cdb5a0f906fa73..bc1882e22e2ea28326835e43531584a7290312a3 100644 --- a/manifests/nbiservice.yaml +++ b/manifests/nbiservice.yaml @@ -51,16 +51,16 @@ spec: httpGet: path: /healthz port: 8080 - initialDelaySeconds: 30 # NBI's gunicorn takes 30~40 seconds to bootstrap + initialDelaySeconds: 50 # NBI's gunicorn takes 30~40 seconds to bootstrap periodSeconds: 10 - failureThreshold: 6 + failureThreshold: 10 livenessProbe: httpGet: path: /healthz port: 8080 - initialDelaySeconds: 30 # NBI's gunicorn takes 30~40 seconds to bootstrap + initialDelaySeconds: 50 # NBI's gunicorn takes 30~40 seconds to bootstrap periodSeconds: 10 - failureThreshold: 6 + failureThreshold: 10 resources: requests: cpu: 150m