From 46629569d7b7f2827a4c64b1a191bdd14fe44b41 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 3 Mar 2024 07:30:54 +0000 Subject: [PATCH] fix: correct port number in service to be compatible with monitoring port --- charts/mqtt-blackbox-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mqtt-blackbox-exporter/values.yaml b/charts/mqtt-blackbox-exporter/values.yaml index 7c4a86f..c614d08 100644 --- a/charts/mqtt-blackbox-exporter/values.yaml +++ b/charts/mqtt-blackbox-exporter/values.yaml @@ -14,7 +14,7 @@ image: # service config service: type: ClusterIP - port: 80 + port: 8080 # service resources resources: