apps
adguard
audiobookshelf
code-server
files
finance
grafana
homeassistant
immich
kitchenowl
linkding
media
minecraft
ntfy
paperless
recipes
deployment.yaml
ingress.yaml
kustomization.yaml
mealie-oauth.sealedsecret.yaml
namespace.yaml
pvc.yaml
service.yaml
rss
todos
whoami
infrastructure
kluster-deployments
.gitignore
README.md
renovate.json
18 lines
305 B
YAML
18 lines
305 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: recipes
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- deployment.yaml
|
|
- mealie-oauth.sealedsecret.yaml
|
|
- pvc.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
images:
|
|
- name: mealie
|
|
newTag: v2.6.0
|
|
newName: ghcr.io/mealie-recipes/mealie
|