35 lines
676 B
YAML
35 lines
676 B
YAML
env:
|
|
DNS_ADDRS: 8.8.8.8,8.8.4.4
|
|
METHOD: chacha20-ietf-poly1305
|
|
PASSWORD: ""
|
|
TIMEOUT: "300"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/shadowsocks
|
|
tag: latest@sha256:9ea9e3daa9350fc8ed43c9fcc6d5c617f09ea6a292a6e66958a1f4d858926a9a
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8388
|
|
protocol: TCP
|
|
targetPort: 8388
|
|
portudp:
|
|
enabled: true
|
|
ports:
|
|
portudp:
|
|
enabled: true
|
|
port: 8388
|
|
protocol: UDP
|
|
targetPort: 8388
|
|
|
|
portal:
|
|
enabled: true
|