kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
174 stars 12 forks source link

Allow port to be specified when running Ambassador generator #30

Closed kylehodgetts closed 3 years ago

kylehodgetts commented 3 years ago

Defaults to 80. If 0 specified, defaults to 80 also. Any other port is appended to the service url.

Fixes #27

dobegor commented 3 years ago

Thanks for the prompt fix! Left a few comments, otherwise LGTM!