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