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

42 lines
658 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
2022-08-15 19:16:14 +00:00
#image:
# repository: hkotel/mealie
# tag: v0.5.6
2022-03-12 14:49:19 +00:00
env:
TZ: Europe/Amsterdam
DB_ENGINE: sqlite
2022-09-22 08:35:01 +00:00
# Lower RAM usage:
WORKERS_PER_CORE: 0.5
MAX_WORKERS: 1
WEB_CONCURRENCY: 1
2022-03-12 14:49:19 +00:00
persistence:
config:
enabled: true
mountPath: /app/data/
size: 5G
postgresql:
enabled: false
2022-09-20 06:51:49 +00:00
resources:
limits:
cpu: 200m
memory: 256Mi