Files
Homelabv4/apps/home-assistant/esphome/istio-virtualservice.yaml
T
2026-03-09 20:21:35 -05:00

17 lines
346 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: esphome
namespace: home-assistant
spec:
hosts:
- esphome.kube.huskypup.net
gateways:
- istio-system/edge
http:
- route:
- destination:
host: esphome.home-assistant.svc.cluster.local
port:
number: 6052