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:
|
ports:
|
||||||
- name: pms
|
- name: pms
|
||||||
containerPort: 32400
|
containerPort: 32400
|
||||||
- name: http
|
|
||||||
containerPort: 32400
|
|
||||||
- name: https
|
- name: https
|
||||||
containerPort: 32443
|
containerPort: 32443
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user