Files
truecharts/charts/stable/crypto-exchanges-gateway/values.yaml
T
2026-02-14 22:35:03 +01:00

31 lines
687 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/apendergast/crypto-exchanges-gateway
tag: latest@sha256:7c1ba487a4d6e8a20846769882b54baf660b1a8113cd798e3d830e18285b11f4
persistence:
configpath:
enabled: true
mountPath: /root/crypto-exchanges-gateway/custom_config
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