feat(rabbitmq): change addressType from ip to hostname in values configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 04:50:40 +08:00
parent 1fcd6b0973
commit 27467fec97

View File

@ -33,7 +33,7 @@ clustering:
## If not set, a name is generated using the common.names.fullname template ## If not set, a name is generated using the common.names.fullname template
## ##
name: "freeleaps-alpha" name: "freeleaps-alpha"
addressType: ip addressType: hostname
rebalance: false rebalance: false
forceBoot: false forceBoot: false
partitionHandling: autoheal partitionHandling: autoheal