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