mylar3 doesn't support runAsNonRoot

This commit is contained in:
SeanOMik 2023-06-02 00:05:37 -04:00
parent 231947329e
commit c359d65d52
1 changed files with 9 additions and 8 deletions

View File

@ -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: