Share via


IngressSpecV1.DefaultBackend Property

Definition

Defines the default backend for a Kubernetes ingress resource.

[YamlDotNet.Serialization.YamlMember(Alias="defaultBackend")]
public Aspire.Hosting.Kubernetes.Resources.IngressBackendV1 DefaultBackend { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="defaultBackend")>]
member this.DefaultBackend : Aspire.Hosting.Kubernetes.Resources.IngressBackendV1 with get, set
Public Property DefaultBackend As IngressBackendV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The default backend is used to handle requests that do not match any of the defined rules in the ingress configuration. It can specify a service or other resource to respond to unmatched traffic.

Applies to