mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-01 17:43:39 +00:00
15 lines
335 B
YAML
15 lines
335 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: grafana-config
|
||
|
stringData:
|
||
|
datasource.yaml: |-
|
||
|
apiVersion: 1
|
||
|
|
||
|
datasources:
|
||
|
- name: Prometheus
|
||
|
type: prometheus
|
||
|
# Access mode - proxy (server in the UI) or direct (browser in the UI).
|
||
|
access: proxy
|
||
|
url: http://clearml-serving-prometheus:9090
|