29 lines
649 B
YAML
29 lines
649 B
YAML
env:
|
|
ARGS:
|
|
-transparent -server -state state -orport 127.0.0.1:3333 -transports obfs4
|
|
-bindaddr obfs4-0.0.0.0:2222 -logLevel DEBUG -enableLogging
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/shapeshifter-obfuscator
|
|
tag: latest@sha256:46a9873c9e1e36a4d43deb16fe3dc4425630d1dab9b3caf49de3d122133e87f9
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /state
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 2222
|
|
protocol: TCP
|
|
targetPort: 2222
|
|
|
|
portal:
|
|
enabled: true
|