Refining some stuff.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 818876dd08
commit 7752abaf05
9 changed files with 31 additions and 18 deletions
+12 -9
View File
@@ -133,13 +133,14 @@ spec:
httpGet:
path: "/healthz"
port: "8888"
initialDelaySeconds: 5
periodSeconds: 2
initialDelaySeconds: 1
periodSeconds: 1
failureThreshold: 30
livenessProbe:
httpGet:
path: "/healthz"
port: "8888"
initialDelaySeconds: 16
initialDelaySeconds: 35
periodSeconds: 5
serviceAccount: fission-svc
@@ -167,13 +168,14 @@ spec:
httpGet:
path: "/router-healthz"
port: "8888"
initialDelaySeconds: 5
periodSeconds: 2
initialDelaySeconds: 1
periodSeconds: 1
failureThreshold: 30
livenessProbe:
httpGet:
path: "/router-healthz"
port: "8888"
initialDelaySeconds: 16
initialDelaySeconds: 35
periodSeconds: 5
serviceAccount: fission-svc
@@ -222,13 +224,14 @@ spec:
httpGet:
path: "/healthz"
port: "8888"
initialDelaySeconds: 5
periodSeconds: 2
initialDelaySeconds: 1
periodSeconds: 1
failureThreshold: 30
livenessProbe:
httpGet:
path: "/healthz"
port: "8888"
initialDelaySeconds: 16
initialDelaySeconds: 35
periodSeconds: 5
serviceAccount: fission-svc