Compare commits
No commits in common. "862dbbf2038703ca3d358b4247cfa5ecba8373e1" and "c9a60a56c324a687ba51a3f42e9115179073b3cf" have entirely different histories.
862dbbf203
...
c9a60a56c3
1 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ spec:
|
|||
cpu: "1000m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /status
|
||||
path: /
|
||||
port: 80
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
|
|
@ -208,7 +208,7 @@ spec:
|
|||
failureThreshold: 6
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /status
|
||||
path: /
|
||||
port: 80
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue