feat: Add Plex
This commit is contained in:
parent
93889fa1d4
commit
ebc1a1a21a
9 changed files with 185 additions and 0 deletions
17
k8s-wheatley/plex/ingress.yaml
Normal file
17
k8s-wheatley/plex/ingress.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: plex-route
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
sectionName: https
|
||||
hostnames:
|
||||
- "plex.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: plex
|
||||
port: 80
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue