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 runAsNonRoot: true
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
# Needed for rootless:
containerPort: 8080
extraVolumes: extraVolumes:
- name: nginx-cache - name: nginx-cache
emptyDir: {} emptyDir: {}
@ -60,7 +63,7 @@ securityContext:
runAsUser: 101 runAsUser: 101
runAsGroup: 101 runAsGroup: 101
fsGroup: 101 fsGroup: 101
fsGroupChangePolicy: "OnRootMismatch" fsGroupChangePolicy: "Always"
runAsNonRoot: true runAsNonRoot: true
ingress: ingress: