Adding readiness, liveness probe for storagesvc.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 8f19a9bedb
commit b18c965860
3 changed files with 18 additions and 0 deletions
@@ -559,6 +559,18 @@ spec:
volumeMounts:
- name: fission-storage
mountPath: /fission
readinessProbe:
httpGet:
path: "/healthz"
port: 8000
initialDelaySeconds: 5
periodSeconds: 2
livenessProbe:
httpGet:
path: "/healthz"
port: 8000
initialDelaySeconds: 16
periodSeconds: 5
serviceAccount: fission-svc
volumes:
- name: fission-storage