Files
truecharts/charts/stable/habridge/values.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

36 lines
506 B
YAML

image:
repository: tccr.io/truecharts/habridge
pullPolicy: IfNotPresent
tag: v5.4.1
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
SEC_KEY: ""
service:
main:
ports:
main:
targetPort: 8080
port: 10146
comm:
enabled: true
ports:
comm:
enabled: true
targetPort: 50000
port: 50000
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true