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