mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
17 lines
337 B
YAML
17 lines
337 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: mosquitto-websocket
|
|
namespace: mqtt
|
|
spec:
|
|
hosts:
|
|
- mqtt.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- route:
|
|
- destination:
|
|
host: mosquitto.mqtt.svc.cluster.local
|
|
port:
|
|
number: 9001
|