From 8cc5b3172624e1efa4d4dfbd7431094f61c284be Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 30 Aug 2022 16:23:12 +0200 Subject: [PATCH] Enable NC redis --- values.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/values.yaml b/values.yaml index b7b0bc38..5154edf8 100644 --- a/values.yaml +++ b/values.yaml @@ -20,6 +20,14 @@ nextcloud: CREATE DATABASE {{ .Values.global.onlyofficeDb.name }}; GRANT ALL PRIVILEGES ON {{ .Values.global.onlyofficeDb.name }}.* TO '{{ .Values.global.onlyofficeDb.user }}'@'%'; + redis: + enabled: true + auth: + enabled: false + usePassword: false + password: '' + architecture: standalone + # Use 2 GB of storage for NC storage (maybe make configurable later?) persistence: enabled: true @@ -189,12 +197,6 @@ onlyoffice: successThreshold: 1 failureThreshold: 120 -redis: - auth: - # Disable redis password authentication altogether. - enabled: false - architecture: standalone - rabbitmq: auth: password: password -- GitLab