From ae3fccd90d445e6f0660ddd41a7b7469b6b7031e Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Tue, 20 May 2025 23:08:34 +0200 Subject: [PATCH] fix 2 --- nextcloud/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/main.yaml b/nextcloud/main.yaml index 9198985..7229346 100644 --- a/nextcloud/main.yaml +++ b/nextcloud/main.yaml @@ -208,7 +208,7 @@ spec: - name: NEXTCLOUD_DATA_DIR value: /var/www/html/data - name: REDIS_HOST - value: redis-master.redis.svc.cluster.local:6379/1 + value: redis-master.redis.svc.cluster.local:6379 - name: REDIS_HOST_PORT value: "6379" - name: REDIS_DBINDEX