chart-unifi_network_application: allow setting security context of app as well
This commit is contained in:
@ -61,6 +61,11 @@ persistence:
|
||||
# -- size limit for the PVC
|
||||
size: 128Mi
|
||||
|
||||
podSecurityContext: {}
|
||||
# Settings for NFS running as nobody(65534):
|
||||
# runAsUser: 65534
|
||||
# runAsGroup: 65534
|
||||
|
||||
mongodb:
|
||||
# -- image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo"
|
||||
image: mongo
|
||||
|
||||
Reference in New Issue
Block a user