mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Remove explicit nodePort declarations for RabbitMQ service
This lets Kubernetes handle the port mapping, which resolves a port collision issue when running multiple deployments of AWX in a single cluster.
This commit is contained in:
parent
e9ddf7b9db
commit
db02bd7531
@ -14,12 +14,10 @@ spec:
|
||||
protocol: TCP
|
||||
port: 15672
|
||||
targetPort: 15672
|
||||
nodePort: 31672
|
||||
- name: amqp
|
||||
protocol: TCP
|
||||
port: 5672
|
||||
targetPort: 5672
|
||||
nodePort: 30672
|
||||
selector:
|
||||
app: rabbitmq
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user