FIXME: nginx tries to bind :80

This commit is contained in:
nold 2022-09-02 20:32:18 +02:00
parent 6f86317a4b
commit 7fbd19608a

View file

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