fix(tautulli): change runAs user and group
This commit is contained in:
parent
5db0ec3acd
commit
a0cdbc12f6
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ spec:
|
|||
defaultPodOptions:
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
fsGroup: 10000
|
||||
runAsUser: 700
|
||||
runAsGroup: 700
|
||||
fsGroup: 700
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
#supplementalGroups: [44, 10000]
|
||||
#seccompProfile: { type: RuntimeDefault }
|
||||
|
|
Loading…
Add table
Reference in a new issue