Skip to content

Commit 1f88bba

Browse files
committed
change deployment strategy to Recreate
1 parent d411bb8 commit 1f88bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/prometheus-stack/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ blackboxExporter:
185185
enabled: true # Chart dependency condition
186186
fullnameOverride: blackbox-exporter
187187
secretConfig: true
188+
# strategy: Recreate ensures that we do not have multiple pods reporting on the same endpoint during a rollout.
189+
# This does result in a brief downtime for the uptime monitoring but reduces the metric aggregation requirements on the dashboard and reduces the chances of inaccurate probe measurements.
190+
strategy: Recreate
188191
config:
189192
modules:
190193
http_2xx:

0 commit comments

Comments
 (0)