catalog/incubator/crypto-exchanges-gateway/2.0.9/ix_values.yaml

34 lines
686 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crypto-exchanges-gateway
tag: latest@sha256:ed57ca4fbbb780e43350d348494516ba04bbdec5eb21907467738df5c0c8cbf9
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