32 lines
657 B
YAML
32 lines
657 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: apendergast/crypto-exchanges-gateway
|
|
tag: latest@sha256:7c1ba487a4d6e8a20846769882b54baf660b1a8113cd798e3d830e18285b11f4
|
|
persistence:
|
|
configpath:
|
|
enabled: true
|
|
mountPath: /root/crypto-exchanges-gateway/custom_config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: http
|
|
targetPort: 8000
|
|
wsport:
|
|
enabled: true
|
|
ports:
|
|
wsport:
|
|
enabled: true
|
|
port: 8001
|
|
protocol: tcp
|
|
targetPort: 8001
|