mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
16 lines
355 B
YAML
16 lines
355 B
YAML
apiVersion: grafana.integreatly.org/v1beta1
|
|
kind: GrafanaDatasource
|
|
metadata:
|
|
name: victoria
|
|
spec:
|
|
allowCrossNamespaceImport: true
|
|
instanceSelector:
|
|
matchLabels:
|
|
instance: grafana
|
|
datasource:
|
|
name: victoria
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://victoria.victoria-metrics:8429
|
|
isDefault: true
|
|
editable: false
|