Skip to content

Commit

Permalink
fix: security context for api
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 14, 2024
1 parent 2d6913a commit d042c55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ testkube-cloud-api:
tag: 1.10.81
# -- Pod Security Context
podSecurityContext:
runAsNonRoot: true
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
# -- Container Security Context
securityContext:
readOnlyRootFilesystem: true
Expand Down

0 comments on commit d042c55

Please sign in to comment.