Can anyone explain why in CKAD Ingress Networking-1 practice lab, we need to cha . . .

Sreekar:
Can anyone explain why in CKAD Ingress Networking-1 practice lab, we need to change the port number from 8080 to 8282 for the /pay service question?(i.e. last question)

Mohamed Ayman:
Because if you get the service in this namespace using kubectl get service -n critical-space
You will find that this service have to run on port 8282

Mohamed Ayman:
For that reason, your ingress must have port 8282 to be able to access this service using the ingress