tyk-operator
tyk-operator copied to clipboard
Helm Chart Service target port does not reference .Values.webhookPort.
trafficstars
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