mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-01 17:43:39 +00:00
4422cf433d
* added clearml-serving chart * fixed typo, added autogenerated README.md * removed trailing space from values.yaml * removed namespace definition from the values file and all the templates * fixed typo * re-run helm-docs
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
|