17 lines
297 B
YAML
17 lines
297 B
YAML
|
|
---
|
||
|
|
apiVersion: gateway.networking.k8s.io/v1
|
||
|
|
kind: HTTPRoute
|
||
|
|
metadata:
|
||
|
|
name: lidarr-route
|
||
|
|
spec:
|
||
|
|
parentRefs:
|
||
|
|
- name: internal
|
||
|
|
namespace: kube-system
|
||
|
|
sectionName: https
|
||
|
|
hostnames:
|
||
|
|
- "lidarr.wheatley.in"
|
||
|
|
rules:
|
||
|
|
- backendRefs:
|
||
|
|
- name: lidarr
|
||
|
|
port: 80
|