synapse: Tweak liveness probe

This commit is contained in:
Rob Watson 2022-06-18 18:37:32 +02:00
parent 686f81f04b
commit e64020a299
1 changed files with 3 additions and 3 deletions

View File

@ -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: {}