mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user