Skip to content

Commit

Permalink
Set the defaults to compatible with pss-restricted
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jun 30, 2023
1 parent d146d49 commit 070dd01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 0.7.2
version: 0.8.0
appVersion: v0.7.1
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
19 changes: 10 additions & 9 deletions charts/kafka-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,18 @@ probes:
useHttpsScheme: false

podSecurityContext:
{}
# fsGroup: 2000
fsGroup: 101

securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsGroup: 101
runAsNonRoot: true
runAsUser: 100
seccompProfile:
type: RuntimeDefault

service:
type: ClusterIP
Expand Down

0 comments on commit 070dd01

Please sign in to comment.