Add: mealie

This commit is contained in:
nold 2022-03-12 15:49:19 +01:00
parent e0cd16b4a4
commit e3fbf01292
3 changed files with 46 additions and 0 deletions

View file

@ -182,6 +182,10 @@ configmap:
name: Gitea
url: https://git.nold.in
target: "_blank"
- logo: assets/png/mealie.png
name: Recipes
url: https://cook.dc
target: "_blank"
- logo: assets/png/octoprint.png
name: OctoPrint
url: https://octo.dc

View file

@ -0,0 +1,10 @@
config:
description: A Place for All my Recipes
apps:
- name: mealie
repoURL: https://k8s-at-home.com/charts/
chart: mealie
targetRevision: 4.0.0
include:
- ingress-internal

View file

@ -0,0 +1,32 @@
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
tag:
env:
TZ: Europe/Amsterdam
DB_ENGINE: sqlite
persistence:
config:
enabled: true
mountPath: /app/data/
size: 5G
postgresql:
enabled: false