From a54a5829615d475048ea31cf150489677d7bfc69 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 7 Feb 2024 17:33:27 -0500 Subject: [PATCH] probe maybe? --- nextcloud/helmrelease-nextcloud.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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