26 lines
453 B
YAML
26 lines
453 B
YAML
image:
|
|
repository: akhilrex/hammond
|
|
tag: 1.0.0@sha256:6f61ed86cc93c8e37244448b8323d135ce456be3b79a6935268ef664478c8045
|
|
pullPolicy: IfNotPresent
|
|
|
|
envValueFrom:
|
|
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"
|