rabbitmq@rabbitmq-0:/$ cat /etc/rabbitmq/rabbitmq.conf
cluster_formation.peer_discovery_backend = k8s
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.k8s.address_type = hostname
cluster_formation.k8s.service_name = rabbitmq-headless
cluster_formation.k8s.hostname_suffix = .rabbitmq-headless.rabbitmq.svc.cluster.local
queue_master_locator=min-masters
management.tcp.port = 15672
listeners.ssl.default = 5671
ssl_options.verify = verify_peer
ssl_options.fail_if_no_peer_cert = true
ssl_options.cacertfile = /certificates/ca.crt
ssl_options.certfile = /certificates/tls.pem
management.listener.ssl = true
management.listener.ssl_opts.cacertfile = /certificates/ca.crt
management.listener.ssl_opts.certfile = /certificates/tls.pem
prometheus.tcp.port = 15692
prometheus.ssl.port = 15691
prometheus.ssl.cacertfile = /certificates/ca.crt
prometheus.ssl.certfile = /certificates/tls.pem
mqtt.listeners.ssl.default = 8883
mqtt.listeners.tcp.default = 1883
loopback_users.guest = false
total_memory_available_override_value = 1073741824
listeners.tcp.default = 5672