fix owncloud

This commit is contained in:
2025-01-14 03:35:25 +01:00
parent db27df96f2
commit e63b6408bb
3 changed files with 12 additions and 12 deletions

View File

@ -11,11 +11,11 @@ image:
# Security context for the container
podSecurityContext:
runAsUser: 33
runAsGroup: 33
fsGroup: 33
containerSecurityContext:
runAsUser: 33
runAsGroup: 33
allowPrivilegeEscalation: false
@ -61,7 +61,7 @@ persistence:
storageClass: ""
accessMode: ReadWriteOnce
size: 100Gi
mountPath: /var/www/owncloud
mountPath: /var/www
# Optional: Use existing PVC
existingClaim: ""