From 6f36a51451ba41107654a9583bc4ac73025061c7 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 11 Dec 2025 07:32:03 +0100 Subject: [PATCH] nextcloud redis standalone --- argocd/apps/nextcloud/nextcloud.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/argocd/apps/nextcloud/nextcloud.yaml b/argocd/apps/nextcloud/nextcloud.yaml index 4b22092..162b6fc 100644 --- a/argocd/apps/nextcloud/nextcloud.yaml +++ b/argocd/apps/nextcloud/nextcloud.yaml @@ -85,6 +85,7 @@ spec: enabled: true auth: password: redisInnoDBUser + architecture: standalone master: extraEnvVars: - name: REDIS_MASTER_HOST @@ -93,14 +94,14 @@ spec: 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 + # replica: + # extraEnvVars: + # - name: REDIS_MASTER_HOST + # value: "nextcloud-redis-master" + # - name: REDIS_MASTER_PORT_NUMBER + # value: "6379" + # readinessProbe: + # timeoutSeconds: 10 postgresql: enabled: true