apps
adguard
finance
homeassistant
immich
media
monitoring
nextcloud
ntfy
ocis
recipes
deployment.yaml
ingress.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
service.yaml
rss
syncthing
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
16 lines
269 B
YAML
16 lines
269 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: recipes
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- deployment.yaml
|
|
- pvc.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
images:
|
|
- name: mealie
|
|
newTag: v1.3.2
|
|
newName: ghcr.io/mealie-recipes/mealie |