camunda-community-hub / camunda-7-community-helm

Camunda public Kubernetes Helm repo and charts
Apache License 2.0
40 stars 38 forks source link

Enable support for multiple ports #49

Open samzph opened 2 years ago

samzph commented 2 years ago

When using the enterprise images, Optimize is available on port 8090 alongside the normal 8080. However, the current spec for the service and pods in the helm chart only supports 1 set of ports.

I would like to be able to have the pod expose port 8080 and 8090.

Maybe add a {{ range }} for this?