Skip to content
Snippets Groups Projects
Commit 0518a512 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

configure security context for db

parent a2985444
Branches
No related tags found
No related merge requests found
Pipeline #154470 passed
......@@ -107,15 +107,17 @@ db:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
podSecurityContext:
enabled: true
fsGroup: 106
runAsNonRoot: true
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
enabled: true
runAsUser: 105
runAsNonRoot: true
service:
type: ClusterIP
port: 5432
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment