Remove .cluster.local from service name for rabbitmq

FQDNs are not required for service discovery, and having the FQDN in the
name prevents the discovery from working in clusters not named
cluster.local.
This commit is contained in:
James Evans 2018-10-18 14:00:05 -05:00
parent 3afed6adb7
commit 88819ada6b

View File

@ -44,7 +44,7 @@ data:
## Clustering
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.k8s.host = kubernetes.default.svc
cluster_formation.k8s.address_type = ip
cluster_formation.node_cleanup.interval = 10
cluster_formation.node_cleanup.only_log_warning = false