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

Updated RabbitMQ ports in deployment settings

parent 7a859fa4
...@@ -19,3 +19,4 @@ spec: ...@@ -19,3 +19,4 @@ spec:
image: rabbitmq:3-management image: rabbitmq:3-management
ports: ports:
- containerPort: 15672 - containerPort: 15672
- containerPort: 5672
\ No newline at end of file
...@@ -11,8 +11,13 @@ spec: ...@@ -11,8 +11,13 @@ spec:
selector: selector:
app: rabbit-mq app: rabbit-mq
ports: ports:
- name: http - name: management
port: 8080 port: 15672
targetPort: 15672 targetPort: 15672
nodePort: 30301 nodePort: 30301
protocol: TCP 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