SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

Allow override the service name #46

Open AssafKatz3 opened 2 months ago

AssafKatz3 commented 2 months ago

Hi, When defining the extraIngress section, you now have the option to provide a serviceName parameter. This parameter, if supplied, takes precedence over the fullName value in directing traffic to the appropriate microservice.

This enhanced flexibility necessitates the inclusion of a path parameter within the extraIngress configuration to ensure proper routing based on the path component in the incoming request URL.

Under extraIngress, allow additional value of serviceName which will override fullName if supply. This will requires path parameter as well.

Thanks