From 78c0c9a62a945cb4901bcc9a40e85c7abe848e13 Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Mon, 23 Jan 2023 13:51:13 +0200 Subject: [PATCH] Use named ports in exporter probes (#63) --- keydb/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keydb/values.yaml b/keydb/values.yaml index daa30f1..82f656d 100644 --- a/keydb/values.yaml +++ b/keydb/values.yaml @@ -231,19 +231,19 @@ exporter: livenessProbe: httpGet: path: /health - port: 9121 + port: redis-exporter # Readiness Probe readinessProbe: httpGet: path: /health - port: 9121 + port: redis-exporter # Startup Probe startupProbe: httpGet: path: /health - port: 9121 + port: redis-exporter failureThreshold: 24 periodSeconds: 5