Skip to content

Commit

Permalink
Nginx: Filesystem permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Feb 13, 2025
1 parent 3f0da5c commit e3b9f14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion default/nextcloud/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ spec:
secretKey: objSecretKey
bucket: objBucket
sse_c_key: objEncKey
podSecurityContext: {}
runAsUser: 33
runAsGroup: 33
fsGroup: 33
fsGroupChangePolicy: "OnRootMismatch"
runAsNonRoot: true
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.6
Expand All @@ -112,7 +118,7 @@ spec:
nginx:
enabled: true
image:
repository: nginx
repository: nginxinc/nginx-unprivileged
tag: alpine
redis:
enabled: true
Expand Down

0 comments on commit e3b9f14

Please sign in to comment.