Add improvement suggestions

This commit is contained in:
João Pacheco 2023-06-24 13:54:16 +01:00
parent 86fe8a5deb
commit 66d66bc0fe

View File

@ -3,7 +3,7 @@
image: image:
repository: "serjs/go-socks5-proxy" repository: "serjs/go-socks5-proxy"
# Define this override v{{ .Chart.AppVersion }}, which is the default # Define this override v{{ .Chart.AppVersion }}, which is the default
tag: "v0.0.3" # tag: "v0.0.3"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
@ -30,6 +30,8 @@ shareProcessNamespace: false
podSecurityContext: podSecurityContext:
fsGroup: 65534 fsGroup: 65534
seccompProfile:
type: RuntimeDefault
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true