k8s_mosquitto/mosquitto_svclb.yml-old

16 lines
195 B
Plaintext
Raw Normal View History

2021-07-23 15:58:33 -04:00
---
apiVersion: v1
kind: Service
metadata:
name: mosquitto
spec:
selector:
app: mosquitto
ports:
- protocol: TCP
port: 1883
targetPort: 1883
type: LoadBalancer
# EOF