mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03: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:
parent
3afed6adb7
commit
88819ada6b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user