tyk-operator icon indicating copy to clipboard operation
tyk-operator copied to clipboard

Helm Chart Service target port does not reference .Values.webhookPort.

Open from-nibly opened this issue 11 months ago • 0 comments

Expected Behavior

When changing the webhookPort in the values.yaml file both the Deployment's .spec.template.spec.containers[].ports[].containerPort and the Service's .spec.ports[].targetPort should get the same value

Current Behavior

Service's .spec.ports[].targetPort is hard coded to the default value of 9443

Possible Solution

Will make a PR but We just need to change the hard coded value with a reference to .Values.webhookPort

from-nibly avatar Mar 14 '24 20:03 from-nibly