initial version of rabbitmq deployment

This commit is contained in:
2022-06-20 19:41:17 +02:00
parent 945d735896
commit 86cd07c4b6
5 changed files with 34 additions and 12 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: rabbitmq
spec:
type: NodePort
ports:
- port: 5672
name: messagebus
targetPort: 5672
nodePort: 30001
protocol: TCP
- port: 15672
name: portal
targetPort: 15672
nodePort: 30002
protocol: TCP
selector:
app: rabbitmq