Deploy Mealie on minikube-indri for meal planning and prep automation. Built from source via forge mirror (mirrors/mealie) with multi-stage Dockerfile: Node.js frontend + Python/uv backend. Includes ArgoCD app, k8s manifests, Caddy proxy entry, and service documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
256 B
YAML
14 lines
256 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: mealie
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- pvc.yaml
|
|
- ingress-tailscale.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/mealie
|
|
newTag: v3.12.0-0000000
|