prefapp / charts

Generic charts for prefapp services
3 stars 0 forks source link

aws-web-service chart should allow configure multiple ports #225

Open manuelver opened 4 months ago

manuelver commented 4 months ago

Motivation

Chart aws-web-service cannot expose multiple ports: https://github.com/prefapp/charts/blob/master/charts/aws-web-service/templates/service.yaml#L14C1-L18C17

So, we have to code a loop.

Acceptance criteria