Files
apps
infrastructure
kluster-deployments
adguard
backup
external-dns
finance
gitea
homarr
homeassistant
immich
journal
media
metallb-system
monitoring
nextcloud
nfs
ntfy
pg-ha
renovate
rss
syncthing
traefik
whoami
README.md
gitea-repo.sealedsecret.yaml
kustomization.yaml
projects.yaml
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/kluster-deployments/kustomization.yaml
2024-01-15 19:03:49 +01:00

38 lines
549 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
# repo keys
# - bootstrap-repo.sealedsecret.yaml already set for app of apps
- gitea-repo.sealedsecret.yaml
# infrastructure apps
- projects.yaml
- nfs/
- backup/
- pg-ha/
- gitea/
- renovate/
- metallb-system/
- traefik/
- external-dns/
# simple apps
- monitoring/
- homarr/
- whoami/
- journal/
- immich/
- homeassistant/
- ntfy/
- rss/
- adguard/
- media/
- nextcloud/
- syncthing/
- finance/