Skip to content

Commit

Permalink
Fix update function for gdscan pod #93
Browse files Browse the repository at this point in the history
Set user and group for all pods in values.yaml
  • Loading branch information
Philip Stadermann committed Feb 4, 2025
1 parent 4212d6f commit 02bcedb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ gateway:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
runAsUser: 1001
runAsGroup: 1001
image:
repository: ghcr.io/gdatasoftwareag/vaas/gateway
pullPolicy: Always
Expand Down Expand Up @@ -211,6 +213,8 @@ gdscan:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
runAsUser: 1001
runAsGroup: 1001
terminationGracePeriodSeconds: 30

nameOverride: ""
Expand Down Expand Up @@ -283,6 +287,8 @@ gdscan:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
runAsGroup: 1000
podAnnotations: {}
enabled: true
# every hour
Expand Down Expand Up @@ -317,6 +323,8 @@ redis:
podSecurityContext:
enabled: true
fsGroup: 1654
fsGroupChangePolicy: "OnRootMismatch"
fsGroup: 1001
containerSecurityContext:
enabled: true
readOnlyRootFilesystem: true
Expand All @@ -326,5 +334,7 @@ redis:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
runAsUser: 1001
runAsGroup: 1001
networkPolicy:
enabled: true

0 comments on commit 02bcedb

Please sign in to comment.