From 5a81df25dba41e3033ee53000af7a7216e85ad03 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Fri, 15 Aug 2025 17:29:29 +0200 Subject: [PATCH] fix: remove duplicate port definition in kube-plex deployment - Remove duplicate containerPort 32400 (http port) - Keep pms port (32400) and https port (32443) - Fixes ArgoCD deployment conflict with existing Helm release --- charts/kube-plex/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/kube-plex/templates/deployment.yaml b/charts/kube-plex/templates/deployment.yaml index 1941265..2b0921c 100644 --- a/charts/kube-plex/templates/deployment.yaml +++ b/charts/kube-plex/templates/deployment.yaml @@ -83,8 +83,6 @@ spec: ports: - name: pms containerPort: 32400 - - name: http - containerPort: 32400 - name: https containerPort: 32443 env: