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

33 lines
678 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: apendergast/crypto-exchanges-gateway
tag: latest@sha256:7c1ba487a4d6e8a20846769882b54baf660b1a8113cd798e3d830e18285b11f4
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