kubernetes v1.37
HTTPIngressPath.backend.service.port
ServiceBackendPort is the service port being referenced.
| Field / Type | Description |
|---|---|
name | name is the name of the port on the Service. This is a mutually exclusive setting with "Number". |
number | number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|