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]>
14 lines
346 B
YAML
14 lines
346 B
YAML
apiVersion: grafana.integreatly.org/v1beta1
|
|
kind: GrafanaDashboard
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
spec:
|
|
allowCrossNamespaceImport: true
|
|
folder: Argo CD
|
|
resyncPeriod: 10m
|
|
instanceSelector:
|
|
matchLabels:
|
|
app: grafana
|
|
url: https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json
|