From e3fbf012929b10ea626fcaa53f8985b4a207b27c Mon Sep 17 00:00:00 2001 From: nold Date: Sat, 12 Mar 2022 15:49:19 +0100 Subject: [PATCH] Add: mealie --- projects/homer/values/homer.yml | 4 ++++ projects/recipes/project.yml | 10 +++++++++ projects/recipes/values/mealie.yaml | 32 +++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 projects/recipes/project.yml create mode 100644 projects/recipes/values/mealie.yaml diff --git a/projects/homer/values/homer.yml b/projects/homer/values/homer.yml index 5d23b6e9..fd0da3e7 100644 --- a/projects/homer/values/homer.yml +++ b/projects/homer/values/homer.yml @@ -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 diff --git a/projects/recipes/project.yml b/projects/recipes/project.yml new file mode 100644 index 00000000..1853363d --- /dev/null +++ b/projects/recipes/project.yml @@ -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 diff --git a/projects/recipes/values/mealie.yaml b/projects/recipes/values/mealie.yaml new file mode 100644 index 00000000..ce467b1a --- /dev/null +++ b/projects/recipes/values/mealie.yaml @@ -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