Skip to content

Commit

Permalink
[prometheus-stackdriver-exporter] bump to 0.17.0 (#5044)
Browse files Browse the repository at this point in the history
* [prometheus-stackdriver-exporter] bump to 0.17.0

Signed-off-by: Povilas Vaitkus <[email protected]>

* [prometheus-stackdriver-exporter]: change liveness/readiness probe paths

Signed-off-by: Povilas Vaitkus <[email protected]>

---------

Signed-off-by: Povilas Vaitkus <[email protected]>
  • Loading branch information
PovilasV1 authored Dec 13, 2024
1 parent c6c8375 commit c59ec87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 4.6.2
appVersion: v0.16.0
version: 4.7.0
appVersion: v0.17.0
home: https://www.stackdriver.com/
sources:
- https://github.com/prometheus-community/stackdriver_exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ spec:
name: http
livenessProbe:
httpGet:
path: /health
path: /
port: http
initialDelaySeconds: 30
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /health
path: /
port: http
initialDelaySeconds: 10
timeoutSeconds: 10
Expand Down

0 comments on commit c59ec87

Please sign in to comment.