mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
32 lines
521 B
YAML
32 lines
521 B
YAML
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: v0.5.6
|
|
|
|
env:
|
|
TZ: Europe/Amsterdam
|
|
DB_ENGINE: sqlite
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/data/
|
|
size: 5G
|
|
|
|
postgresql:
|
|
enabled: false
|