mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Decommission kube-prometheus-stack installed Grafana and use grafana-operator instead. Signed-off-by: Vegard Hagen <[email protected]>
22 lines
484 B
YAML
22 lines
484 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: monitoring
|
|
namespace: argocd
|
|
spec:
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/homelab'
|
|
- 'https://prometheus-community.github.io/helm-charts'
|
|
destinations:
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
- namespace: 'grafana'
|
|
server: '*'
|
|
- namespace: 'kube-system'
|
|
server: '*'
|
|
- namespace: 'monitoring'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|