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
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
# Needed for rootless:
|
||||
containerPort: 8080
|
||||
|
||||
extraVolumes:
|
||||
- name: nginx-cache
|
||||
emptyDir: {}
|
||||
|
@ -60,7 +63,7 @@ securityContext:
|
|||
runAsUser: 101
|
||||
runAsGroup: 101
|
||||
fsGroup: 101
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
fsGroupChangePolicy: "Always"
|
||||
runAsNonRoot: true
|
||||
|
||||
ingress:
|
||||
|
|
Loading…
Reference in a new issue