mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #1486 from brancz/update-grafana
kube-prometheus: Update grafana jsonnet dependency
This commit is contained in:
commit
cf48cc3ed3
1 changed files with 2 additions and 1 deletions
|
@ -2,12 +2,13 @@ apiVersion: v1
|
|||
data:
|
||||
prometheus.yaml: |-
|
||||
{
|
||||
"apiVersion": 1,
|
||||
"datasources": [
|
||||
{
|
||||
"access": "proxy",
|
||||
"editable": false,
|
||||
"name": "prometheus",
|
||||
"org_id": 1,
|
||||
"orgId": 1,
|
||||
"type": "prometheus",
|
||||
"url": "http://prometheus-k8s.monitoring.svc:9090",
|
||||
"version": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue