update plex ingress with local url
This commit is contained in:
10
apps/plex/env/k3s-cluster/ingress.yaml
vendored
10
apps/plex/env/k3s-cluster/ingress.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user