feat(chart): change the probe times
This commit is contained in:
parent
de7c0cb51b
commit
9d47ec2079
|
|
@ -47,8 +47,8 @@ controllers:
|
||||||
custom: true
|
custom: true
|
||||||
type: HTTP
|
type: HTTP
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 5
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
httpGet: &probesPath
|
httpGet: &probesPath
|
||||||
|
|
@ -58,10 +58,10 @@ controllers:
|
||||||
enabled: true
|
enabled: true
|
||||||
custom: true
|
custom: true
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 20
|
periodSeconds: 5
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 5
|
||||||
failureThreshold: 5
|
failureThreshold: 10
|
||||||
httpGet: *probesPath
|
httpGet: *probesPath
|
||||||
liveness: *probes
|
liveness: *probes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue