TrueChartsClone/charts/stable/hammond/values.yaml

29 lines
479 B
YAML

image:
repository: tccr.io/truecharts/hammond
tag: 1.0.0@sha256:c8df8ddfb95c7b836f5022052ec9ea2c515803d6b3787b7725828a47e5f70b14
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"
portal:
enabled: true