1
0
Fork 0

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`.
pull/37/head
Dustin 2024-11-22 22:38:28 -06:00
parent 1a39a8869a
commit 0a5af84778
1 changed files with 3 additions and 0 deletions

View File

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