REFACTOR(repo): observability repo structure

- Add application.yaml for ArgoCD app-of-apps
- Add kustomization.yaml with observability components
- Add renovate.json for automated updates
- Update all component argocd.yaml repoURLs to observability repo

Components: prometheus, alertmanager, grafana, loki, promtail,
node-exporter, kube-state-metrics, goldilocks, uptime-kuma, vpa
This commit is contained in:
2026-01-04 20:02:00 +09:00
parent 8dcb563ae4
commit 28ba50d1a3
13 changed files with 91 additions and 17 deletions

View File

@@ -14,10 +14,10 @@ spec:
helm:
valueFiles:
- $values/alertmanager/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/monitoring.git
- repoURL: https://github.com/K3S-HOME/observability.git
targetRevision: main
ref: values
- repoURL: https://github.com/K3S-HOME/monitoring.git
- repoURL: https://github.com/K3S-HOME/observability.git
targetRevision: main
path: alertmanager
kustomize: {}