diff --git a/nextcloud/helmrelease-nextcloud.yaml b/nextcloud/helmrelease-nextcloud.yaml index ad06f42..70d04cb 100644 --- a/nextcloud/helmrelease-nextcloud.yaml +++ b/nextcloud/helmrelease-nextcloud.yaml @@ -430,17 +430,17 @@ spec: ## livenessProbe: enabled: true - initialDelaySeconds: 10 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 3 + failureThreshold: 10 successThreshold: 1 readinessProbe: enabled: true - initialDelaySeconds: 10 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 3 + failureThreshold: 10 successThreshold: 1 startupProbe: enabled: false