feat(plex): initial commit of plex
This commit is contained in:
parent
e8c2cdca94
commit
91f64320f9
17 changed files with 934 additions and 0 deletions
30
apps/plex/overlays/media/ingress.yaml
Normal file
30
apps/plex/overlays/media/ingress.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: plex
|
||||
labels:
|
||||
app.kubernetes.io/name: plex
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: plex
|
||||
gethomepage.dev/group: Files
|
||||
gethomepage.dev/href: https://plex.nc.landry.land
|
||||
gethomepage.dev/description: Movies, Music, TV shows, and Audiobooks
|
||||
gethomepage.dev/icon: plex
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- "plex.nc.landry.land"
|
||||
rules:
|
||||
- host: "plex.nc.landry.land"
|
||||
http:
|
||||
paths:
|
||||
- path: "/"
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: plex-tcp
|
||||
port:
|
||||
name: http
|
||||
Loading…
Add table
Add a link
Reference in a new issue