Files
storage/kustomization.yaml
Mayne0213 44f773b827 REFACTOR(storage): storage repo structure
- Add application.yaml for ArgoCD app-of-apps
- Add kustomization.yaml with storage components
- Add renovate.json for automated updates
- Update all component argocd.yaml repoURLs to storage repo

Components: longhorn, minio, postgresql, postgresql-dev, pgweb, cnpg,
velero
2026-01-05 00:39:12 +09:00

17 lines
357 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
# Storage systems
- longhorn/argocd.yaml
- minio/argocd.yaml
# PostgreSQL databases
- postgresql/argocd/postgresql.yaml
- postgresql-dev/argocd.yaml
# Database tools
- pgweb/argocd.yaml
# Operators
- cnpg/argocd.yaml
- velero/argocd.yaml