feat: Add Lidarr
This commit is contained in:
parent
cd0c3724c6
commit
0633deb983
8 changed files with 156 additions and 0 deletions
16
k8s-wheatley/lidarr/ingress.yaml
Normal file
16
k8s-wheatley/lidarr/ingress.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue