mirror of
https://github.com/poseidon/typhoon
synced 2024-11-18 04:23:51 +01:00
6fa3b8a13f
* Upgrade Grafana from v5.4.3 to v6.0.0-beta2 * Enable Grafana Explore UI while still using only the Viewer role (inspect/edit without saving) * http://docs.grafana.org/guides/whats-new-in-v6-0/
25 lines
515 B
YAML
25 lines
515 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: grafana-datasources
|
|
namespace: monitoring
|
|
data:
|
|
prometheus.yaml: |+
|
|
apiVersion: 1
|
|
datasources:
|
|
- name: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus.monitoring.svc.cluster.local
|
|
version: 1
|
|
editable: false
|
|
loki.yaml: |+
|
|
apiVersion: 1
|
|
datasources:
|
|
- name: loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki.monitoring.svc.cluster.local
|
|
version: 1
|
|
editable: false
|