diff --git a/helmfiles/values/nextcloud.yaml.gotmpl b/helmfiles/values/nextcloud.yaml.gotmpl index ced81909cbf7ddfb6c9bd7489c43bfd96becdd65..eb0b641c184ad8cad754dc52c95e19262b29203d 100644 --- a/helmfiles/values/nextcloud.yaml.gotmpl +++ b/helmfiles/values/nextcloud.yaml.gotmpl @@ -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