From 0b0854494183535edd8c763ead1fed775ca26329 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 24 Jul 2024 19:13:31 +1000 Subject: [PATCH] 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