This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
[common] Treat custom service ports as enabled by default #124
Labels
enhancement
New feature or request
Details
When I fill this structure for service:
as result common library renders only single empty port in Service, instead of list of all described ports:
And to make desired port configuration I need to explicitly disable default
http
port and enable all others, like this:Helm chart name: common
Describe the solution you'd like: I suggest to treat custom service ports as enabled by default, to not write "enabled = true" on each new port, and disable default
http
port if no value is specified.The text was updated successfully, but these errors were encountered: