synapse: Tweak liveness probe
This commit is contained in:
parent
686f81f04b
commit
e64020a299
|
@ -67,10 +67,10 @@ spec:
|
||||||
port: 8008
|
port: 8008
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 5
|
||||||
volumes:
|
volumes:
|
||||||
- name: tmp
|
- name: tmp
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
Loading…
Reference in New Issue