Skip to content
Snippets Groups Projects
Commit 61fb71fe authored by Mark's avatar Mark
Browse files

Merge branch '350-increase-nextcloud-livenessprobe-s-leniency' into 'master'

Resolve "Increase Nextcloud livenessProbe's leniency"

Closes #350

See merge request openappstack/openappstack!111
parents 93c0ce2f 49b9d4d8
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,16 @@ nextcloud:
password: "{{ requiredEnv "NEXTCLOUD_MARIADB_ROOT_PASSWORD" }}"
livenessProbe:
initialDelaySeconds: 120
timeoutSeconds: 20
periodSeconds: 30
successThreshold: 1
failureThreshold: 6
readinessProbe:
initialDelaySeconds: 120
initialDelaySeconds: 10
timeoutSeconds: 20
periodSeconds: 30
successThreshold: 1
failureThreshold: 3
onlyoffice-documentserver:
ingress:
......@@ -75,3 +83,16 @@ onlyoffice-documentserver:
rabbitmq:
rabbitmq:
password: "{{ requiredEnv "ONLYOFFICE_RABBITMQ_PASSWORD" }}"
livenessProbe:
initialDelaySeconds: 120
timeoutSeconds: 20
periodSeconds: 30
successThreshold: 1
failureThreshold: 6
readinessProbe:
initialDelaySeconds: 10
timeoutSeconds: 20
periodSeconds: 30
successThreshold: 1
failureThreshold: 3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment