mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Revert "FIXME: nginx tries to bind :80"
This reverts commit 7fbd19608a
.
This commit is contained in:
parent
7c1158ebc1
commit
3e21548139
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue