From b8f9370db88938dcea291778d9492ee702523707 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 11 Dec 2025 14:45:59 +0100 Subject: [PATCH] nextcloud redis Timeout 20 S und replicas --- argocd/apps/nextcloud/nextcloud.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/argocd/apps/nextcloud/nextcloud.yaml b/argocd/apps/nextcloud/nextcloud.yaml index 162b6fc..ade4268 100644 --- a/argocd/apps/nextcloud/nextcloud.yaml +++ b/argocd/apps/nextcloud/nextcloud.yaml @@ -85,7 +85,7 @@ spec: enabled: true auth: password: redisInnoDBUser - architecture: standalone + # architecture: standalone master: extraEnvVars: - name: REDIS_MASTER_HOST @@ -93,15 +93,15 @@ spec: - name: REDIS_MASTER_PORT_NUMBER value: "6379" readinessProbe: - timeoutSeconds: 10 - # replica: - # extraEnvVars: - # - name: REDIS_MASTER_HOST - # value: "nextcloud-redis-master" - # - name: REDIS_MASTER_PORT_NUMBER - # value: "6379" - # readinessProbe: - # timeoutSeconds: 10 + timeoutSeconds: 20 + replica: + extraEnvVars: + - name: REDIS_MASTER_HOST + value: "nextcloud-redis-master" + - name: REDIS_MASTER_PORT_NUMBER + value: "6379" + readinessProbe: + timeoutSeconds: 20 postgresql: enabled: true