We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2d94d commit 8647414Copy full SHA for 8647414
chart/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: prompage-helm
3
description: A Helm chart for PromPage
4
type: application
5
-version: 0.1.17
6
-appVersion: "v1.4.2"
+version: 0.1.18
+appVersion: "v1.5.0"
chart/values.yaml
@@ -7,8 +7,17 @@ image:
7
tag: ""
8
9
configuration:
10
- # The url of the prometheus query api
11
- prometheus: ""
+ # The datasources to use for queries
+ datasources:
12
+ - name: prometheus
13
+ type: prometheus
14
+ url: ""
15
+ # - name: datadog
16
+ # type: datadog
17
+ # url: datadoghq.eu
18
+ # extras:
19
+ # apiKey: ""
20
+ # appKey: ""
21
22
# How often the pod queries prometheus for metrics
23
refresh: 30s
0 commit comments