Skip to content
Snippets Groups Projects
Commit 6eca648b authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Expose rabbitmq service outside of the cluster using NopePort

parent 3278903a
Branches
Tags
No related merge requests found
Pipeline #
......@@ -17,7 +17,7 @@ spec:
name: java-pip
command:
- sleep
- "3600"
- "36000"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
......
......@@ -5,6 +5,7 @@ metadata:
component: rabbitmq
name: default-rabbitmq
spec:
type: NodePort
ports:
- port: 5672
name: main-port
......
......@@ -17,7 +17,7 @@ spec:
name: ubuntu
command:
- sleep
- "3600"
- "36000"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
......
......@@ -6,6 +6,7 @@ metadata:
labels:
component: rabbitmq
spec:
type: NodePort
ports:
- port: 5672
name: main-port
......
Subproject commit f295a005c5d57f8c05b1d7618ec83069f85e04ab
Subproject commit 35ecb84f542baef0361602962b57a36c2df2c328
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment