Services route traffic to pods by mapping a Service port to a container targetPort. The Port Mapping Formatter writes a valid Service (v1) and documents each mapping so you can see port -> targetPort at a glance.
You set the Service name, type and selector, then add port rows. Each row has a name, protocol, port, targetPort and an optional nodePort (for NodePort/LoadBalancer). The output is a valid core/v1 Service with a reference header.
Names are validated as RFC 1123 labels. Problems are reported in a clear panel. Everything runs locally and nothing is uploaded.