diff --git a/templates/onlyoffice-deployment.yaml b/templates/onlyoffice-deployment.yaml index 1727901d91d9214353cbede5cca5df0159f9714e..53908665f39b5f280c5cefd2fafa3940f0ddc26a 100644 --- a/templates/onlyoffice-deployment.yaml +++ b/templates/onlyoffice-deployment.yaml @@ -101,7 +101,7 @@ spec: - name: REDIS_SERVER_HOST value: "{{ .Release.Name }}-redis-master" - name: REDIS_SERVER_PORT - value: "{{ .Values.redis.master.service.ports.redis }}" + value: "{{ .Values.nextcloud.redis.master.service.ports.redis }}" - name: GENERATE_FONTS value: "{{ .Values.onlyoffice.generateFonts }}" {{- if .Values.nextcloud.redis.auth.enabled }} diff --git a/values-local.yaml.example b/values-local.yaml.example index ff9c7cdda77ec0fbd035e23aea0a3ff42f701264..87d4630ec0259b634df977bd53299381a15bdb8e 100644 --- a/values-local.yaml.example +++ b/values-local.yaml.example @@ -28,6 +28,9 @@ nextcloud: # ## Enable mariadb persistence using Persistent Volume Claims. # enabled: true # size: 512Mi + redis: + auth: + password: CHANGE_ME # Creates a kubernetes cronJob object that runs nextcloud's cron.php # every 5 minutes (*/5 * * * *) diff --git a/values.yaml b/values.yaml index 5154edf8116c60734f34b4d2c27ddc30c1541533..a0a0f7de244b425494102fd2c679cd015b5625ef 100644 --- a/values.yaml +++ b/values.yaml @@ -22,10 +22,6 @@ nextcloud: redis: enabled: true - auth: - enabled: false - usePassword: false - password: '' architecture: standalone # Use 2 GB of storage for NC storage (maybe make configurable later?)