Sorry about this @willholley, but I noticed when trying to update to 4.5.4 and use my new extraPorts values that if you try to have multiple ports on a Service in Kubernetes, all ports need a name (https://github.com/kubernetes/kubernetes/issues/36803). If there's just one port, this name property is optional. Sadly this renders service.extraPorts useless in 4.5.4, so for 4.5.5 I've given the default port a name.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.
[x] Chart Version bumped
[x] e2e tests pass
[x] Variables are documented in the README.md (no new variables)
What this PR does / why we need it:
Sorry about this @willholley, but I noticed when trying to update to 4.5.4 and use my new
extraPorts
values that if you try to have multiple ports on aService
in Kubernetes, all ports need aname
(https://github.com/kubernetes/kubernetes/issues/36803). If there's just one port, thisname
property is optional. Sadly this rendersservice.extraPorts
useless in 4.5.4, so for 4.5.5 I've given the default port a name.Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.
Variables are documented in the README.md(no new variables)