mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
18 lines
353 B
YAML
18 lines
353 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: jellyfin
|
|
spec:
|
|
parentRefs:
|
|
- name: stonegarden
|
|
namespace: gateway
|
|
hostnames:
|
|
- "jellyfin.stonegarden.dev"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: jellyfin
|
|
port: 8096 |