Skip to content

Commit 382c206

Browse files
committed
fix: harden sheaft stack security context
1 parent 3665b82 commit 382c206

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

charts/mb3r-stack/values.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,17 @@ sheaft:
112112
pullPolicy: IfNotPresent
113113
podLabels: {}
114114
podAnnotations: {}
115-
podSecurityContext: {}
116-
securityContext: {}
115+
podSecurityContext:
116+
fsGroup: 65532
117+
securityContext:
118+
runAsNonRoot: true
119+
runAsUser: 65532
120+
runAsGroup: 65532
121+
allowPrivilegeEscalation: false
122+
readOnlyRootFilesystem: true
123+
capabilities:
124+
drop:
125+
- ALL
117126
extraArgs: []
118127
env: []
119128
envFrom: []

0 commit comments

Comments
 (0)