From 20fb85cae80f9aa03c2ba7a8b9de414bdd2fba0e Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 27 Oct 2022 09:52:38 +0200 Subject: [PATCH] chore(helm): Run containers as non-root user Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/values.yaml | 28 ----------------------- 1 file changed, 28 deletions(-) diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index 24f358283..20700a4f2 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -92,34 +92,6 @@ nginx-ingress: # Overrides the image tag whose default is the chart appVersion. tag: "buster" -# By default http listens to 80 port, and for v1.7.0 http listens in 80 -http: - podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 - fsGroupChangePolicy: "OnRootMismatch" -# Running sink and storage as non root users, because of existing volume permission change will take time -sink: - podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 - fsGroupChangePolicy: "OnRootMismatch" -storage: - podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 - fsGroupChangePolicy: "OnRootMismatch" - -chalice: - podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 - fsGroupChangePolicy: "OnRootMismatch" - ingress-nginx: enabled: true controller: