Files
truecharts/charts/stable/hammond/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

26 lines
454 B
YAML

image:
repository: tccr.io/truecharts/hammond
tag: 1.0.0@sha256:a38f0455634f15a38535b6f067f0cd6b62770df51d0c40c5f09ad19cbe066702
pullPolicy: IfNotPresent
env:
JWT_SECRET:
secretKeyRef:
name: hammond-secrets
key: JWT_SECRET
service:
main:
ports:
main:
port: 10186
targetPort: 3000
persistence:
config:
enabled: true
mountPath: "/config"
assets:
enabled: true
mountPath: "/assets"