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:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: immich-app-config
|
name: immich-app-config
|
||||||
pod:
|
|
||||||
enableServiceLinks: false
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 568
|
|
||||||
runAsGroup: 568
|
|
||||||
fsGroup: 568
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-server
|
controller: immich-server
|
||||||
|
|
|
@ -59,13 +59,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: immich-pguser-immich
|
name: immich-pguser-immich
|
||||||
key: uri
|
key: uri
|
||||||
pod:
|
|
||||||
enableServiceLinks: false
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 568
|
|
||||||
runAsGroup: 568
|
|
||||||
fsGroup: 568
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-machine-learning
|
controller: immich-machine-learning
|
||||||
|
|
|
@ -62,13 +62,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: immich-pguser-immich
|
name: immich-pguser-immich
|
||||||
key: uri
|
key: uri
|
||||||
pod:
|
|
||||||
enableServiceLinks: false
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 568
|
|
||||||
runAsGroup: 568
|
|
||||||
fsGroup: 568
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-microservices
|
controller: immich-microservices
|
||||||
|
|
Loading…
Reference in a new issue