hive-apps/projects/recipes/values/mealie.yaml

33 lines
518 B
YAML
Raw Normal View History

2022-03-12 14:49:19 +00:00
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: cook.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: cook-tls
hosts:
- cook.dc
image:
repository: hkotel/mealie
2022-07-01 07:33:53 +00:00
tag: v0.5.6
2022-03-12 14:49:19 +00:00
env:
TZ: Europe/Amsterdam
DB_ENGINE: sqlite
persistence:
config:
enabled: true
mountPath: /app/data/
size: 5G
postgresql:
enabled: false