mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Add: mealie
This commit is contained in:
parent
e0cd16b4a4
commit
e3fbf01292
3 changed files with 46 additions and 0 deletions
|
@ -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
|
||||
|
|
10
projects/recipes/project.yml
Normal file
10
projects/recipes/project.yml
Normal 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
|
32
projects/recipes/values/mealie.yaml
Normal file
32
projects/recipes/values/mealie.yaml
Normal 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
|
Loading…
Reference in a new issue