Manifests.io

Easy to use kubernetes documentation

Ingress.spec.defaultBackend.service

IngressServiceBackend references a Kubernetes Service as a Backend.

Description
name
string *

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

port 🔗
ServiceBackendPort

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

See an issue here?