Currently, one is required to set paths[0].port to a numeric value.
The canonical default for this is to not use a numeric value here but instead use the dynamic http name which auto-resolves to the respective http port, i.e. instead of number: {{ .port }}, name: http should be used.
Currently, one is required to set
paths[0].portto a numeric value.The canonical default for this is to not use a numeric value here but instead use the dynamic
httpname which auto-resolves to the respective http port, i.e. instead ofnumber: {{ .port }},name: httpshould be used.