Add improvement suggestions
This commit is contained in:
parent
86fe8a5deb
commit
66d66bc0fe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user