Files
lukaszraczylo b7a32e4aab Port forward to the named service ports.
When adding a service via the wizard, resolve the service's targetPort to the actual pod container port instead of using the service port directly.
Problem: Service port 80 → Pod port 8000, but kportal was trying to forward to port 80 on the pod.
Solution: Look up the pod's actual containerPort when the service uses a named targetPort (like http), and use that for port-forwarding.
2025-11-25 15:20:18 +00:00
..
2025-11-25 01:28:23 +00:00
2025-11-24 11:09:23 +00:00
2025-11-25 00:09:32 +00:00
2025-11-24 11:09:23 +00:00
2025-11-25 01:28:23 +00:00