mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-22 09:48:33 +00:00
14 lines
213 B
YAML
14 lines
213 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: mqtt-broker
|
|
spec:
|
|
selector:
|
|
app: mqtt-broker
|
|
ports:
|
|
- protocol: TCP
|
|
port: 1883
|
|
targetPort: 1883
|
|
type: ClusterIP
|
|
sessionAffinity: ClientIP
|