loft-sh / component-chart

Kubernetes Component Chart - Helm Chart for Application Components in Kubernetes
https://devspace.sh/component-chart/docs/introduction
Apache License 2.0
32 stars 39 forks source link

No way to specify container ports #99

Closed timo-klarshift closed 1 year ago

timo-klarshift commented 1 year ago

I am using component-chart with devspace. I want to deploy a PodMonitor into my stack but because I cannot define container ports there is no way to expose my metrics endpoint on Pod level. I am forced to use a ServiceMonitor instead.

Any chance this can be added ?