Skip to content

Commit

Permalink
Merge pull request #50 from UnstoppableMango/duplicate-ports
Browse files Browse the repository at this point in the history
Remove duplicate port
  • Loading branch information
ressu authored Jan 3, 2024
2 parents 45cb6ba + 35443ef commit 119fecd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/kube-plex/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ spec:
ports:
- name: pms
containerPort: {{ .Values.service.port }}
- name: http
containerPort: {{ .Values.service.port }}
- name: https
containerPort: 32443
env:
Expand Down Expand Up @@ -230,4 +228,4 @@ spec:
{{- end }}
{{- if .Values.runtimeClassName }}
runtimeClassName: "{{ .Values.runtimeClassName }}"
{{- end }}
{{- end }}

0 comments on commit 119fecd

Please sign in to comment.