mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Expose MQTT port
This commit is contained in:
@@ -46,6 +46,18 @@ spec:
|
||||
app: device-status-service
|
||||
type: ClusterIP
|
||||
---
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: device-status-service-mqtt
|
||||
spec:
|
||||
ports:
|
||||
- name: client
|
||||
port: 1883
|
||||
selector:
|
||||
app: device-status-service
|
||||
type: LoadBalancer
|
||||
---
|
||||
kind: Ingress
|
||||
apiVersion: extensions/v1beta1
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user