kube-prometheus: Re-generate Grafana jsonnet dependency
This commit is contained in:
@@ -1,21 +1,8 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
prometheus.yaml: |-
|
prometheus.yaml: ewogICAgImFwaVZlcnNpb24iOiAxLAogICAgImRhdGFzb3VyY2VzIjogWwogICAgICAgIHsKICAgICAgICAgICAgImFjY2VzcyI6ICJwcm94eSIsCiAgICAgICAgICAgICJlZGl0YWJsZSI6IGZhbHNlLAogICAgICAgICAgICAibmFtZSI6ICJwcm9tZXRoZXVzIiwKICAgICAgICAgICAgIm9yZ0lkIjogMSwKICAgICAgICAgICAgInR5cGUiOiAicHJvbWV0aGV1cyIsCiAgICAgICAgICAgICJ1cmwiOiAiaHR0cDovL3Byb21ldGhldXMtazhzLm1vbml0b3Jpbmcuc3ZjOjkwOTAiLAogICAgICAgICAgICAidmVyc2lvbiI6IDEKICAgICAgICB9CiAgICBdCn0=
|
||||||
{
|
kind: Secret
|
||||||
"apiVersion": 1,
|
|
||||||
"datasources": [
|
|
||||||
{
|
|
||||||
"access": "proxy",
|
|
||||||
"editable": false,
|
|
||||||
"name": "prometheus",
|
|
||||||
"orgId": 1,
|
|
||||||
"type": "prometheus",
|
|
||||||
"url": "http://prometheus-k8s.monitoring.svc:9090",
|
|
||||||
"version": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-datasources
|
name: grafana-datasources
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
type: Opaque
|
||||||
|
@@ -69,9 +69,9 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: grafana-storage
|
name: grafana-storage
|
||||||
- configMap:
|
- name: grafana-datasources
|
||||||
name: grafana-datasources
|
secret:
|
||||||
name: grafana-datasources
|
secretName: grafana-datasources
|
||||||
- configMap:
|
- configMap:
|
||||||
name: grafana-dashboards
|
name: grafana-dashboards
|
||||||
name: grafana-dashboards
|
name: grafana-dashboards
|
||||||
|
Reference in New Issue
Block a user