mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Fix(nextcloud): ContainerPort: 8080
This commit is contained in:
parent
3e21548139
commit
8bfb1a8f45
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue