Skip to content
Snippets Groups Projects
Unverified Commit c7500c45 authored by Varac's avatar Varac
Browse files

Configure redis authentication

parent 8cc5b317
No related branches found
No related tags found
1 merge request!252Resolve "Nextcloud time to first byte (TTFB) too long - enable caching"
......@@ -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 }}
......
......@@ -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 * * * *)
......
......@@ -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?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment