Skip to content

Commit

Permalink
update securitycontext
Browse files Browse the repository at this point in the history
  • Loading branch information
TorStava committed Oct 24, 2024
1 parent 97ec6f8 commit 5f95171
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kubernetes/apps/media/immich/postgres/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ spec:
reloader.stakater.com/auto: "true"
configmap.reloader.stakater.com/reload: &configmap immich-configmap
secret.reloader.stakater.com/reload: &secret immich-secret
pod:
securityContext:
runAsUser: 1234
runAsGroup: 1234
fsGroup: 1234
containers:
app:
image:
Expand Down Expand Up @@ -77,6 +72,10 @@ spec:
configMapKeyRef:
name: *configmap
key: DB_DATABASE_NAME
securityContext:
runAsUser: 1234
runAsGroup: 1234
fsGroup: 1234
probes:
liveness: &probes
enabled: true
Expand Down

0 comments on commit 5f95171

Please sign in to comment.