mirror of
https://github.com/nold360/hive-apps
synced 2024-11-18 03:29:29 +00:00
FIXME: nginx tries to bind :80
This commit is contained in:
parent
6f86317a4b
commit
7fbd19608a
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue