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 c6c8375 commit c59ec87Copy full SHA for c59ec87
charts/prometheus-stackdriver-exporter/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v1
2
description: Stackdriver exporter for Prometheus
3
name: prometheus-stackdriver-exporter
4
-version: 4.6.2
5
-appVersion: v0.16.0
+version: 4.7.0
+appVersion: v0.17.0
6
home: https://www.stackdriver.com/
7
sources:
8
- https://github.com/prometheus-community/stackdriver_exporter
charts/prometheus-stackdriver-exporter/templates/deployment.yaml
@@ -116,13 +116,13 @@ spec:
116
name: http
117
livenessProbe:
118
httpGet:
119
- path: /health
+ path: /
120
port: http
121
initialDelaySeconds: 30
122
timeoutSeconds: 10
123
readinessProbe:
124
125
126
127
initialDelaySeconds: 10
128
0 commit comments