From e85c0d6925a106f8013d6e6a35f690cf3e17cc8d Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 24 Jul 2024 19:12:28 +1000 Subject: [PATCH 1/2] update plex service port --- apps/plex/base/service.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/plex/base/service.yaml b/apps/plex/base/service.yaml index 1431eb7..3b7adbd 100644 --- a/apps/plex/base/service.yaml +++ b/apps/plex/base/service.yaml @@ -15,3 +15,7 @@ spec: port: 8899 targetPort: 80 name: http + - protocol: TCP + port: 32400 + targetPort: 32400 + name: plex From 0b0854494183535edd8c763ead1fed775ca26329 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 24 Jul 2024 19:13:31 +1000 Subject: [PATCH 2/2] update plex service port --- apps/plex/env/k3s-cluster/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plex/env/k3s-cluster/ingress.yaml b/apps/plex/env/k3s-cluster/ingress.yaml index a38a68b..fa12364 100644 --- a/apps/plex/env/k3s-cluster/ingress.yaml +++ b/apps/plex/env/k3s-cluster/ingress.yaml @@ -18,4 +18,4 @@ spec: service: name: plex port: - number: 8899 \ No newline at end of file + number: 32400 \ No newline at end of file