fix owncloud

This commit is contained in:
2025-01-14 03:27:25 +01:00
parent 433f81580a
commit 54fa46d473
4 changed files with 11 additions and 10 deletions

View File

@ -70,6 +70,7 @@ spec:
volumeMounts:
- name: config
mountPath: {{ .Values.persistence.config.mountPath }}
subPath: config
- name: files
mountPath: {{ .Values.persistence.files.mountPath }}
livenessProbe:

View File

@ -62,7 +62,7 @@ persistence:
storageClass: ""
accessMode: ReadWriteOnce
size: 5Gi
mountPath: /var/www/owncloud/config
mountPath: /var/www/owncloud
# Optional: Use existing PVC
existingClaim: ""
files: