feat: Add Prowlarr
This commit is contained in:
parent
9718e6c85b
commit
6a909396a5
8 changed files with 114 additions and 0 deletions
15
k8s-wheatley/prowlarr/ingress.yaml
Normal file
15
k8s-wheatley/prowlarr/ingress.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: prowlarr-route
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
hostnames:
|
||||
- "prowlarr.k8s.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: prowlarr
|
||||
port: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue