kubernetes cluster - working version

This commit is contained in:
2022-06-20 23:24:17 +02:00
parent 86cd07c4b6
commit fb2895f79d
14 changed files with 99 additions and 20 deletions

View File

@@ -5,15 +5,15 @@ metadata:
spec:
type: NodePort
ports:
- port: 5672
name: messagebus
targetPort: 5672
nodePort: 30001
- port: 1883
name: mqtt
targetPort: 1883
nodePort: {{ .Values.rabbitmq.mqtt_nodePort }}
protocol: TCP
- port: 15672
name: portal
targetPort: 15672
nodePort: 30002
nodePort: {{ .Values.rabbitmq.portal_nodePort }}
protocol: TCP
selector:
app: rabbitmq