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
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -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
......
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