mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user