Merge pull request #653 from 3dwardch3ng/misc

update plex ingress with local url
This commit is contained in:
2024-07-25 03:10:58 +10:00
committed by GitHub

View File

@@ -19,3 +19,13 @@ spec:
name: plex-media-server
port:
number: 32400
- host: "plex.cluster.local"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: plex-media-server
port:
number: 32400