mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 09:39:34 +01:00
b1e41dcb99
This reverts commit c59a9c66b1
.
17 lines
334 B
YAML
17 lines
334 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: grafana-datasources
|
|
namespace: monitoring
|
|
data:
|
|
prometheus.yaml: |+
|
|
apiVersion: 1
|
|
datasources:
|
|
- name: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://prometheus.monitoring.svc.cluster.local
|
|
version: 1
|
|
editable: false
|