feat(plex): initial commit of plex

This commit is contained in:
David Landry 2024-05-27 16:11:47 -04:00
parent e8c2cdca94
commit 91f64320f9
17 changed files with 934 additions and 0 deletions

View 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