Files
homelab-v/apps/media/plex/http-route.yaml
T

19 lines
351 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: plex-http-route
spec:
parentRefs:
- name: stonegarden
namespace: gateway
hostnames:
- "plex.stonegarden.dev"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: plex
port: 80