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