The Service defined by the Helm chart has hardcoded targetPorts but configurable pod containerPorts. This only works with the default chart values and breaks if any other ports are configured.
I recommend setting the targetPort to the name of the containerPort.
The Service defined by the Helm chart has hardcoded targetPorts but configurable pod containerPorts. This only works with the default chart values and breaks if any other ports are configured.
I recommend setting the targetPort to the name of the containerPort.