Remove security context.
This commit is contained in:
parent
ce01abb7f9
commit
1562fe6d6c
3 changed files with 0 additions and 21 deletions
|
@ -63,13 +63,6 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: immich-app-config
|
||||
pod:
|
||||
enableServiceLinks: false
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
service:
|
||||
app:
|
||||
controller: immich-server
|
||||
|
|
|
@ -59,13 +59,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
enableServiceLinks: false
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
service:
|
||||
app:
|
||||
controller: immich-machine-learning
|
||||
|
|
|
@ -62,13 +62,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
enableServiceLinks: false
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
service:
|
||||
app:
|
||||
controller: immich-microservices
|
||||
|
|
Loading…
Reference in a new issue