Skip to content

Commit 070dd01

Browse files
committed
Set the defaults to compatible with pss-restricted
https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted Signed-off-by: Pat Riehecky <[email protected]>
1 parent d146d49 commit 070dd01

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

charts/kafka-ui/Chart.yaml

+1-1
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: 0.7.2
5+
version: 0.8.0
66
appVersion: v0.7.1
77
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png

charts/kafka-ui/values.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,18 @@ probes:
7979
useHttpsScheme: false
8080

8181
podSecurityContext:
82-
{}
83-
# fsGroup: 2000
82+
fsGroup: 101
8483

8584
securityContext:
86-
{}
87-
# capabilities:
88-
# drop:
89-
# - ALL
90-
# readOnlyRootFilesystem: true
91-
# runAsNonRoot: true
92-
# runAsUser: 1000
85+
allowPrivilegeEscalation: false
86+
capabilities:
87+
drop:
88+
- ALL
89+
runAsGroup: 101
90+
runAsNonRoot: true
91+
runAsUser: 100
92+
seccompProfile:
93+
type: RuntimeDefault
9394

9495
service:
9596
type: ClusterIP

0 commit comments

Comments
 (0)