awx-on-k3s/rulebooks/mqtt/broker/service.yaml
2023-08-06 21:48:30 +09:00

14 lines
198 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: mqtt-service
spec:
ports:
- name: mqtt
protocol: TCP
port: 1883
nodePort: 31883
selector:
app: mqtt
type: NodePort