From 66d66bc0fe58fcfb658280a9cdbd939b1146d71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Pacheco?= Date: Sat, 24 Jun 2023 13:54:16 +0100 Subject: [PATCH] Add improvement suggestions --- charts/socks5-server/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/socks5-server/values.yaml b/charts/socks5-server/values.yaml index 2e9e35d..537a8a2 100644 --- a/charts/socks5-server/values.yaml +++ b/charts/socks5-server/values.yaml @@ -3,7 +3,7 @@ image: repository: "serjs/go-socks5-proxy" # Define this override v{{ .Chart.AppVersion }}, which is the default - tag: "v0.0.3" + # tag: "v0.0.3" pullPolicy: IfNotPresent imagePullSecrets: [] @@ -30,6 +30,8 @@ shareProcessNamespace: false podSecurityContext: fsGroup: 65534 + seccompProfile: + type: RuntimeDefault securityContext: runAsNonRoot: true