Commit 8d0455c7 authored by Alexander Lercher's avatar Alexander Lercher

Updated RabbitMQ ports in deployment settings

parent 7a859fa4
......@@ -18,4 +18,5 @@ spec:
- name: rabbit-mq
image: rabbitmq:3-management
ports:
- containerPort: 15672
\ No newline at end of file
- containerPort: 15672
- containerPort: 5672
\ No newline at end of file
......@@ -11,8 +11,13 @@ spec:
selector:
app: rabbit-mq
ports:
- name: http
port: 8080
- name: management
port: 15672
targetPort: 15672
nodePort: 30301
protocol: TCP
- name: message-broker
port: 5672
targetPort: 5672
nodePort: 30302
protocol: TCP
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment