Revert "FIXME: nginx tries to bind :80"

This reverts commit 7fbd19608a.
This commit is contained in:
nold 2022-09-03 16:43:17 +02:00
parent 7c1158ebc1
commit 3e21548139

View file

@ -56,12 +56,12 @@ nextcloud:
pm.max_requests = 1000
# See: https://github.com/nextcloud/helm/issues/186
#securityContext:
# runAsUser: 101
# runAsGroup: 101
# fsGroup: 101
# fsGroupChangePolicy: "OnRootMismatch"
# runAsNonRoot: true
securityContext:
runAsUser: 101
runAsGroup: 101
fsGroup: 101
fsGroupChangePolicy: "OnRootMismatch"
runAsNonRoot: true
ingress:
enabled: true