update plex ingress with local url

This commit is contained in:
2024-07-25 03:10:42 +10:00
parent f51ae8d19d
commit 6b0768c7db

View File

@@ -10,6 +10,16 @@ spec:
ingressClassName: nginx
rules:
- host: "plex.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: plex-media-server
port:
number: 32400
- host: "plex.cluster.local"
http:
paths:
- pathType: Prefix