kubernetes v1.33

Ingress.spec.defaultBackend.service.port

ServiceBackendPort is the service port being referenced.

2 fields
Ingress.spec.defaultBackend.service.port fields and descriptions
Field / TypeDescription
name
string

name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

number
integer

number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

  • format: int32