fix probes
This commit is contained in:
@@ -31,12 +31,14 @@ spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8089
|
||||
initialDelaySeconds: 10
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 5
|
||||
failureThreshold: 6
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8089
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
failureThreshold: 5
|
||||
|
||||
Reference in New Issue
Block a user