From 27467fec97e139e444f10f418710720c07b905d7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 04:50:40 +0800 Subject: [PATCH] feat(rabbitmq): change addressType from ip to hostname 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 20f1b5c1..e42c69b5 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: ip + addressType: hostname rebalance: false forceBoot: false partitionHandling: autoheal