diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index a9b281c424e..5587bae64a4 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 6.8.3 +version: 6.8.4 diff --git a/charts/library/common/templates/classes/_service.tpl b/charts/library/common/templates/classes/_service.tpl index 6403c3a9366..2bc9c6ddeb7 100644 --- a/charts/library/common/templates/classes/_service.tpl +++ b/charts/library/common/templates/classes/_service.tpl @@ -111,16 +111,6 @@ subsets: {{- range $name, $port := $values.ports }} {{- if $port.enabled }} - port: {{ $port.port | default 80 }} - targetPort: {{ $port.targetPort | default $name }} - {{- if $port.protocol }} - {{- if or ( eq $port.protocol "HTTP" ) ( eq $port.protocol "HTTPS" ) ( eq $port.protocol "TCP" ) }} - protocol: TCP - {{- else }} - protocol: {{ $port.protocol }} - {{- end }} - {{- else }} - protocol: TCP - {{- end }} name: {{ $name }} {{- end }} {{- end }}