Skip to content

Commit

Permalink
Mealie updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nbcudtc-concourse committed Aug 5, 2024
1 parent 41ec67e commit 82b28c6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
41 changes: 16 additions & 25 deletions cluster/apps/home/mealie/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,29 @@ spec:
releaseName: mealie
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts
# renovate: registryUrl=https://jvalskis.github.io/mealie-helm/
chart: mealie
version: 5.1.2
version: 1.0.1
sourceRef:
name: k8s-at-home
name: mealie
namespace: flux-system
kind: HelmRepository
values:
env:
ALLOW_SIGNUP: "False"
PUID: '1001'
PGID: '1001'
DEFAULT_EMAIL: "${SECRET_MEALIE_EMAIL}"
DEFAULT_PASSWORD: "${SECRET_MEALIE_PASSWORD}"
BASE_URL: "https://mealie.${SECRET_DOMAIN}"
API_DOCS: 'false'
SMTP_HOST: "${SECRET_SMTP_HOST}"
SMTP_USER: "${SECRET_SMTP_USERNAME}"
SMTP_PASSWORD: "${SECRET_SMTP_PASSWORD}"
SMTP_FROM_EMAIL: "${SECRET_MEALIE_EMAIL}"
ALLOW_SIGNUP: 'false'
image:
repository: hkotel/mealie
tag: frontend-v1.0.0beta-5
repository: mealie-recipes/mealie
tag: v1.11.0
hostname: mealie
ingress:
main:
Expand All @@ -46,22 +56,3 @@ spec:
existingClaim: mealie-data-pvc
mountPath: /app/data
readOnly: false
api:
image:
repository: hkotel/mealie
tag: api-v1.0.0beta-5
env:
PUID: '1001'
PGID: '1001'
DEFAULT_EMAIL: "${SECRET_MEALIE_EMAIL}"
DEFAULT_PASSWORD: "${SECRET_MEALIE_PASSWORD}"
BASE_URL: "https://mealie.${SECRET_DOMAIN}"
API_DOCS: 'false'
SMTP_HOST: "${SECRET_SMTP_HOST}"
SMTP_USER: "${SECRET_SMTP_USERNAME}"
SMTP_PASSWORD: "${SECRET_SMTP_PASSWORD}"
SMTP_FROM_EMAIL: "${SECRET_MEALIE_EMAIL}"
ALLOW_SIGNUP: 'false'
volumeMounts:
- name: data
mountPath: /app/data
1 change: 1 addition & 0 deletions cluster/base/sources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ resources:
- renovate.yaml
- firefly.yaml
- immich.yaml
- mealie.yaml
10 changes: 10 additions & 0 deletions cluster/base/sources/mealie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: mealie
namespace: flux-system
spec:
interval: 10m
url: https://jvalskis.github.io/mealie-helm/
timeout: 3m

0 comments on commit 82b28c6

Please sign in to comment.