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