Skip to content

Commit

Permalink
[prometheus-postgres-exporter] Don't set initialDelaySeconds to the d…
Browse files Browse the repository at this point in the history
…efault values (#5021)

* [prometheus-postgres-exporter] Don't set initialDelaySeconds to the default in values.yaml

Signed-off-by: Miles Armstrong <miles@duffel.com>

* [prometheus-postgres-exporter] Bump chart version

Signed-off-by: Miles Armstrong <miles@duffel.com>

---------

Signed-off-by: Miles Armstrong <miles@duffel.com>
  • Loading branch information
milesarmstrong authored Nov 25, 2024
1 parent 9bc77a8 commit 8aded61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-postgres-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "v0.15.0"
description: A Helm chart for prometheus postgres-exporter
name: prometheus-postgres-exporter
version: 6.4.0
version: 6.4.1
home: https://github.com/prometheus-community/postgres_exporter
sources:
- https://github.com/prometheus-community/postgres_exporter
Expand Down
2 changes: 0 additions & 2 deletions charts/prometheus-postgres-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ podLabels: {}

# Configurable probes. If TLS client authentication is enabled at the exporter, TCP probe must be used.
livenessProbe:
initialDelaySeconds: 0
httpGet:
path: /
port: http
Expand All @@ -211,7 +210,6 @@ livenessProbe:
timeoutSeconds: 3

readinessProbe:
initialDelaySeconds: 0
httpGet:
path: /
port: http
Expand Down

0 comments on commit 8aded61

Please sign in to comment.