Skip to content

Commit 96c293b

Browse files
committed
Set values to match pss-restricted by default
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent 8b726c1 commit 96c293b

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

charts/kafka-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: kafka-ui
33
description: A Helm chart for kafka-UI
44
type: application
5-
version: 1.5.0
5+
version: 1.6.0
66
appVersion: v1.2.0
77
icon: https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png

charts/kafka-ui/values.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,17 +170,19 @@ probes:
170170
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
171171
## @param podSecurityContext [object] The security settings that you specify for a Pod apply to all Containers in the Pod
172172
podSecurityContext:
173-
{}
174-
# fsGroup: 2000
173+
fsGroup: 2000
175174
## @param securityContext [object] The security settings that you specify for a Kafka-UI container
176175
securityContext:
177-
{}
178-
# capabilities:
179-
# drop:
180-
# - ALL
181-
# readOnlyRootFilesystem: true
182-
# runAsNonRoot: true
183-
# runAsUser: 1000
176+
allowPrivilegeEscalation: false
177+
capabilities:
178+
drop:
179+
- ALL
180+
readOnlyRootFilesystem: false # https://github.com/kafbat/kafka-ui/issues/78
181+
runAsGroup: 2000
182+
runAsNonRoot: true
183+
runAsUser: 1000
184+
seccompProfile:
185+
type: RuntimeDefault
184186

185187
## @section Traffic Exposure Parameters
186188
## Kafka-UI service parameters

0 commit comments

Comments
 (0)