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
This commit is contained in:
gilgamezh
2025-08-15 17:29:29 +02:00
parent 1bc376f4f1
commit 5a81df25db
@@ -83,8 +83,6 @@ spec:
ports: ports:
- name: pms - name: pms
containerPort: 32400 containerPort: 32400
- name: http
containerPort: 32400
- name: https - name: https
containerPort: 32443 containerPort: 32443
env: env: