Skip to content

Commit 51a6c33

Browse files
committed
Add victoria-logs datasource configuration to values.yaml for Grafana
1 parent 5e72b58 commit 51a6c33

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

infra/victoria-metrics/helm-chart-values/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ grafana:
6262
memory: 100Mi
6363
limits:
6464
memory: 150Mi
65+
plugins:
66+
- victoriametrics-logs-datasource
6567
vmScrape:
6668
enabled: false
6769
admin:
@@ -87,6 +89,16 @@ grafana:
8789
- secretName: web-ssl
8890
hosts:
8991
- metrics.code4.ro
92+
datasources:
93+
datasources.yaml:
94+
apiVersion: 1
95+
datasources:
96+
- name: victoria-logs
97+
uid: victoria-logs
98+
type: victoriametrics-logs-datasource
99+
orgId: 1
100+
url: http://victoria-logs-victoria-logs-single-server.victoria-logs.svc.cluster.local:9428
101+
access: proxy
90102

91103
grafana.ini:
92104
server:

0 commit comments

Comments
 (0)