Merge pull request #653 from 3dwardch3ng/misc
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
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: "plex.cluster.edward.sydney"
|
- host: "plex.cluster.edward.sydney"
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- pathType: Prefix
|
||||||
|
path: "/"
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: plex-media-server
|
||||||
|
port:
|
||||||
|
number: 32400
|
||||||
|
- host: "plex.cluster.local"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user