nextcloud: fix redis permission issue (#2561)

* nextcloud: fix redis permission issue

* if I could spell
This commit is contained in:
Stavros Kois
2024-06-11 21:38:00 +03:00
committed by GitHub
parent 362e758949
commit e9690b3ddf
2 changed files with 16 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
version: 2.0.7
version: 2.0.8
apiVersion: v2
appVersion: 29.0.1
kubeVersion: '>=1.16.0-0'

View File

@@ -74,6 +74,21 @@ persistence:
subPath: themes
{{- end }}
redis-tmp:
enabled: true
type: emptyDir
targetSelector:
redis:
redis:
mountPath: /tmp
redis-bitnami-tmp:
enabled: true
type: emptyDir
targetSelector:
redis:
redis:
mountPath: /opt/bitnami/redis/tmp
# Configuration files mounting
nc-config-opcache:
enabled: true