From 6b0768c7db1be9dc313d2a8c0eb3a16f03081ca5 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 25 Jul 2024 03:10:42 +1000 Subject: [PATCH] update plex ingress with local url --- apps/plex/env/k3s-cluster/ingress.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/plex/env/k3s-cluster/ingress.yaml b/apps/plex/env/k3s-cluster/ingress.yaml index d0446bd..03f2bd9 100644 --- a/apps/plex/env/k3s-cluster/ingress.yaml +++ b/apps/plex/env/k3s-cluster/ingress.yaml @@ -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