Skip to content
Snippets Groups Projects
Verified Commit 38a4b23e authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set liveness probes to a way in which they are not likely to fail

parent 3df921e3
No related branches found
No related tags found
1 merge request!16Resolve "Readyness probe terminates onlyofficepod after version update"
...@@ -31,7 +31,3 @@ apps: ...@@ -31,7 +31,3 @@ apps:
# https://github.com/helm/helm/issues/5135 for more info. # https://github.com/helm/helm/issues/5135 for more info.
mariadb: mariadb:
enabled: true enabled: true
onlyoffice-documentserver:
livenessProbe:
initialDelaySeconds: 40
...@@ -51,7 +51,7 @@ affinity: {} ...@@ -51,7 +51,7 @@ affinity: {}
livenessProbe: livenessProbe:
enabled: true enabled: true
initialDelaySeconds: 30 initialDelaySeconds: 120
timeoutSeconds: 2 timeoutSeconds: 2
periodSeconds: 10 periodSeconds: 10
successThreshold: 1 successThreshold: 1
...@@ -63,7 +63,7 @@ readinessProbe: ...@@ -63,7 +63,7 @@ readinessProbe:
timeoutSeconds: 2 timeoutSeconds: 2
periodSeconds: 20 periodSeconds: 20
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 20
redis: redis:
master: master:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment