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:
@@ -83,8 +83,6 @@ spec:
|
||||
ports:
|
||||
- name: pms
|
||||
containerPort: 32400
|
||||
- name: http
|
||||
containerPort: 32400
|
||||
- name: https
|
||||
containerPort: 32443
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user