Skip to content
Snippets Groups Projects
Commit 9d192a5d authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

add readiness and liveness probes to container manager

parent 28118733
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,18 @@ EOF
name: user-shared
- mountPath: "/nomad/nomadlab/user-data/private"
name: user-private
readinessProbe:
httpGet:
path: "/nmdalive"
port: 3003
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: "/nmdalive"
port: 3003
initialDelaySeconds: 30
periodSeconds: 30
volumes:
- name: kube-certs
secret:
......
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