You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a config with 2 http_listener_v2 plugins listening on 2 different ports.
When I try to deploy this config with Helm it fails as the generated Services are having duplicate names:
I have a config with 2
http_listener_v2
plugins listening on 2 different ports.When I try to deploy this config with Helm it fails as the generated Services are having duplicate names:
This seems expected from what I can see in the Template: All the Services have the
name
hardcoded.We should probably have some logic to detect if the same input plugin is used and then add the port in the name or use the
alias
below my value config for the relevant part:
For now I patched the service Template to include the port in the name, not sure if there is a supported way to do this that I am missing ?
The text was updated successfully, but these errors were encountered: