rabbitmq: Configure Service externalIPs

Clients outside the cluster can now communicate with RabbitMQ directly
on port 5671 by using its dedicated external IP address.  This address
is automatically assigned to the node where RabbitMQ is running by
`keepalived`.
This commit is contained in:
2024-11-22 22:38:28 -06:00
parent 1a39a8869a
commit 0a5af84778

View File

@@ -13,6 +13,9 @@ spec:
app.kubernetes.io/name: rabbitmq
app.kubernetes.io/component: rabbitmq
type: ClusterIP
externalIPs:
- 172.30.0.149
externalTrafficPolicy: Local
---
apiVersion: apps/v1