IngressServiceBackend

io.k8s.api.networking.v1.IngressServiceBackend source ↗

IngressServiceBackend references a Kubernetes Service as a Backend.

namestring requiredname is the referenced service. The service must exist in the same namespace as the Ingress object.
portServiceBackendPortport of the referenced service. A port name or port number is required for a IngressServiceBackend.
namestringname is the name of the port on the Service. This is a mutually exclusive setting with "Number".
numberinteger (int32)number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".