feat(dev): move dev apps to incubator and remove bad content from dev

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 18:41:28 +02:00
parent 6e62ddca78
commit d9d8d4fe2a
573 changed files with 0 additions and 595 deletions
@@ -0,0 +1,32 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crypto-exchanges-gateway
tag: latest
persistence:
configpath:
enabled: true
mountPath: /root/crypto-exchanges-gateway/custom_config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8000
protocol: HTTP
targetPort: 8000
wsport:
enabled: true
ports:
wsport:
enabled: true
port: 8001
protocol: TCP
targetPort: 8001