Kong / charts

Helm chart for Kong
Apache License 2.0
243 stars 475 forks source link

Option to override container name or to add prefix #922

Open bharathiram opened 10 months ago

bharathiram commented 10 months ago

Chart update request: Need the ability to override the container name with a value from values file

proxy as a container name is too generic which is causing issues in autodiscovery with our monitoring tools. We would like to name it as kong-proxy to differentiate it from other proxies.

https://github.com/Kong/charts/blob/main/charts/kong/templates/deployment.yaml#L129

rainest commented 10 months ago

What is the autodiscovery tool in question and what is its behavior?

In general I don't think container names should be a concern, since they're internal to a Pod and not really designed for consumption by other tools. The Pods do have more descriptive labels.

rainest commented 9 months ago

With which tool? Is it not able to group containers by Pod or add Pod metadata to them?