Skip to content
Snippets Groups Projects
Commit 08d76ded authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Relaxed readiness and liveness probe failure thresholds
parent a6036eda
No related branches found
No related tags found
3 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -51,16 +51,16 @@ spec: ...@@ -51,16 +51,16 @@ spec:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 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 periodSeconds: 10
failureThreshold: 6 failureThreshold: 10
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 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 periodSeconds: 10
failureThreshold: 6 failureThreshold: 10
resources: resources:
requests: requests:
cpu: 150m cpu: 150m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment