IngressSpecV1.DefaultBackend Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.