-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different service target port #279
Comments
The reason is simplicity. Flagger also does port discovery and maps all container ports in the ClusterIP service. I'm ok with adding |
ok, thanks |
We also need this and I'd be happy to help testing the AppMesh side of things |
Happy to test out with Linkerd here |
I've implemented this in #327 and added e2e tests for Istio, Linkerd, Gloo, NGINX and Kubernetes CNI. I'm pretty confident using target port breaks App Mesh due to virtual nodes and virtual routers To test this use
|
great, thanks @stefanprodan! |
Hi,
the current behaviour when "duplicating" services is to use the
canary.Spec.Service.Port
for both the service port and the target port.In all our apps we currently configure our services on port 80, and on container ports on something else (like 8080 for example).
I'd like to create a PR to allow a
TargetPort
in the canary spec, but before I wanted to check with you if there is a reason for using the same port for both the service and the container.thanks
The text was updated successfully, but these errors were encountered: