Manifests.io

Easy to use kubernetes documentation

Ingress.spec.defaultBackend

IngressBackend describes all endpoints for a given service and port.

Description
resource 🔗
TypedLocalObjectReference

Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".

service 🔗
IngressServiceBackend

Service references a Service as a Backend. This is a mutually exclusive setting with "Resource".

See an issue here?