mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
18 lines
387 B
YAML
18 lines
387 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: home-assistant
|
|
namespace: home-assistant
|
|
spec:
|
|
hosts:
|
|
- homeassistant.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- timeout: 3600s
|
|
route:
|
|
- destination:
|
|
host: home-assistant.home-assistant.svc.cluster.local
|
|
port:
|
|
number: 8123
|