mylar3 doesn't support runAsNonRoot
This commit is contained in:
parent
231947329e
commit
c359d65d52
|
@ -21,8 +21,8 @@ spec:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
PGID: "1000"
|
PGID: "10000"
|
||||||
PUID: "1000"
|
PUID: "10000"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
@ -65,12 +65,13 @@ spec:
|
||||||
hostPath: /mnt/MainPool/Media
|
hostPath: /mnt/MainPool/Media
|
||||||
mountPath: /storage
|
mountPath: /storage
|
||||||
|
|
||||||
podSecurityContext:
|
# TODO
|
||||||
runAsNonRoot: true
|
# podSecurityContext:
|
||||||
runAsUser: 10000
|
# runAsNonRoot: true
|
||||||
runAsGroup: 10000
|
# runAsUser: 10000
|
||||||
fsGroup: 10000
|
# runAsGroup: 10000
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
# fsGroup: 10000
|
||||||
|
# fsGroupChangePolicy: OnRootMismatch
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in New Issue