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]>
19 lines
416 B
YAML
19 lines
416 B
YAML
apiVersion: grafana.integreatly.org/v1beta1
|
|
kind: GrafanaDatasource
|
|
metadata:
|
|
name: prometheus
|
|
namespace: grafana
|
|
spec:
|
|
allowCrossNamespaceImport: true
|
|
instanceSelector:
|
|
matchLabels:
|
|
app: grafana
|
|
datasource:
|
|
name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
|
|
isDefault: true
|
|
jsonData:
|
|
timeInterval: 30s
|