From 1fcd6b09735fbc25254b2489786384ebd4d1523d Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 04:46:26 +0800 Subject: [PATCH] feat(rabbitmq): change addressType from hostname to ip in values configuration Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index e42c69b5..20f1b5c1 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -33,7 +33,7 @@ clustering: ## If not set, a name is generated using the common.names.fullname template ## name: "freeleaps-alpha" - addressType: hostname + addressType: ip rebalance: false forceBoot: false partitionHandling: autoheal