Bug: Duplicate service port names #132
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
OK, I see the problem. It's in "service" that the port name is not well defined. I'm currently creating a fix.
Thanks