Kubernetes Endpoint & Service
I have a question, when we provide static Endpoints
for the Service
, is targetPort
ignored ?
As we can see below, endpoint listens on port 10235 and in Service
targetPort
I specified port 80. It works as expected, so I guess in this case targetPort
is totally ignored. Is it right?