mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
21 lines
417 B
YAML
21 lines
417 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: home-assistant
|
|
namespace: home-assistant
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- homeassistant.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: home-assistant
|
|
port: 8123
|