From db302c37b483d83d587a3979ea92606c5dcc34c9 Mon Sep 17 00:00:00 2001 From: titver968 Date: Wed, 10 Dec 2025 08:29:33 +0100 Subject: [PATCH] nextcloud readines timeout 10 s --- argocd/apps/nextcloud/nextcloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/apps/nextcloud/nextcloud.yaml b/argocd/apps/nextcloud/nextcloud.yaml index 1cf636a..4b22092 100644 --- a/argocd/apps/nextcloud/nextcloud.yaml +++ b/argocd/apps/nextcloud/nextcloud.yaml @@ -92,7 +92,7 @@ spec: - name: REDIS_MASTER_PORT_NUMBER value: "6379" readinessProbe: - timeoutSeconds: 5 + timeoutSeconds: 10 replica: extraEnvVars: - name: REDIS_MASTER_HOST @@ -100,7 +100,7 @@ spec: - name: REDIS_MASTER_PORT_NUMBER value: "6379" readinessProbe: - timeoutSeconds: 5 + timeoutSeconds: 10 postgresql: enabled: true