Skip to main content
Schemaobject

io.k8s.api.networking.v1.IngressServiceBackend

IngressServiceBackend references a Kubernetes Service as a Backend.

Source
specs/apis__networking.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
name string
required

name is the referenced service. The service must exist in the same namespace as the Ingress object.

port
optional

port of the referenced service. A port name or port number is required for a IngressServiceBackend.