Files
truecharts/charts/incubator/crypto-exchanges-gateway/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

34 lines
686 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crypto-exchanges-gateway
tag: latest@sha256:777cfe5bc72cfa14e3a2548ea2cc2b04267a357d36b9b1718572992d4a701664
persistence:
configpath:
enabled: true
mountPath: /root/crypto-exchanges-gateway/custom_config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8000
protocol: HTTP
targetPort: 8000
wsport:
enabled: true
ports:
wsport:
enabled: true
port: 8001
protocol: TCP
targetPort: 8001
portal:
enabled: true