kubernetes v1.32

IngressSpec.defaultBackend.service

IngressServiceBackend references a Kubernetes Service as a Backend.

2 fields
IngressSpec.defaultBackend.service fields and descriptions
Field / TypeDescription
name
string required

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

ServiceBackendPort

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

  • x-kubernetes-map-type: "atomic"