Skip to content

Commit f94ea05

Browse files
m00nyONEyGuy
authored andcommitted
add default securityContext
1 parent ca86343 commit f94ea05

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

helm/chatgpt-mattermost-bot/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ serviceAccount:
3535

3636
podAnnotations: {}
3737

38+
podSecurityContext:
39+
runAsNonRoot: true
40+
runAsUser: 10001
41+
runAsGroup: 10002
42+
43+
securityContext:
44+
runAsNonRoot: true
45+
runAsUser: 10001
46+
runAsGroup: 10002
47+
readOnlyRootFilesystem: true
48+
allowPrivilegeEscalation: false
3849

3950
resources: {}
4051

0 commit comments

Comments
 (0)