feat(apps): move apps to stable (#2188)

* feat(apps): move apps to stable

* update image ref
This commit is contained in:
Stavros Kois
2022-03-16 21:37:59 +02:00
committed by GitHub
parent d103378a58
commit 0cbd315c55
66 changed files with 19 additions and 15 deletions
+25
View File
@@ -0,0 +1,25 @@
image:
repository: tccr.io/truecharts/hammond
tag: 1.0.0@sha256:a38f0455634f15a38535b6f067f0cd6b62770df51d0c40c5f09ad19cbe066702
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"