Fix(nextcloud): ContainerPort: 8080

This commit is contained in:
nold 2022-09-03 16:45:30 +02:00
parent 3e21548139
commit 8bfb1a8f45

View file

@ -37,6 +37,9 @@ nextcloud:
runAsNonRoot: true
readOnlyRootFilesystem: true
# Needed for rootless:
containerPort: 8080
extraVolumes:
- name: nginx-cache
emptyDir: {}
@ -60,7 +63,7 @@ securityContext:
runAsUser: 101
runAsGroup: 101
fsGroup: 101
fsGroupChangePolicy: "OnRootMismatch"
fsGroupChangePolicy: "Always"
runAsNonRoot: true
ingress: