Bug: Duplicate service port names #132

Closed
opened 2025-07-08 21:35:53 +00:00 by jpsnyder · 2 comments
jpsnyder commented 2025-07-08 21:35:53 +00:00 (Migrated from github.com)

Using v3, if you have a service with more than one port either exposed or through using katenary.v3/ports the resulting template creates ports with the same name.
This causes a helm installation error due to the duplicate names.

Using v3, if you have a service with more than one port either exposed or through using `katenary.v3/ports` the resulting template creates ports with the same name. This causes a helm installation error due to the duplicate names.

Ho, it's weird, the port should be named differently. I will make some tests!

Thanks a lot

Ho, it's weird, the port should be named differently. I will make some tests! Thanks a lot

OK, I see the problem. It's in "service" that the port name is not well defined. I'm currently creating a fix.

Thanks

OK, I see the problem. It's in "service" that the port name is not well defined. I'm currently creating a fix. Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Katenary/katenary#132
No description provided.