This commit is contained in:
DeveloperDurp 2026-03-28 12:09:41 -05:00
parent c38262a51b
commit e47f51426a
20 changed files with 365 additions and 669 deletions

View file

@ -1,32 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: plex
spec:
ports:
- name: app
port: 32400
protocol: TCP
targetPort: 32400
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: plex
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 32400
protocol: TCP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
@ -38,14 +9,13 @@ spec:
- match: Host(`plex.durp.info`) && PathPrefix(`/`)
kind: Rule
services:
- name: plex
- name: unraid
port: 32400
scheme: https
tls:
secretName: plex-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
@ -60,7 +30,6 @@ spec:
- "plex.durp.info"
---
kind: Service
apiVersion: v1
metadata: