Files
truecharts/charts/incubator/shapeshifter-obfuscator/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

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