9 lines
257 B
YAML
9 lines
257 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: haproxy-tcp
|
|
namespace: default
|
|
data:
|
|
1883: # Port where the frontend is going to listen to.
|
|
default/mqtt-svc:1883 # Kubernetes service in the format NS/ServiceName:ServicePort
|