Skip to content

Commit

Permalink
feat: ui security context
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Jan 8, 2025
1 parent 933a30f commit bae141e
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 @@ -442,7 +442,10 @@ testkube-cloud-ui:
tag: 2.8.1
# -- 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 bae141e

Please sign in to comment.