Skip to content
DocsTry Aspire
DocsTry

withIngressAnnotation

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface KubernetesIngressResource {
// ... omitted for brevity
withIngressAnnotation(
key: string,
value: string): KubernetesIngressResource;
}

Signature

methodwithIngressAnnotationbuilder
Adds a Kubernetes metadata annotation to the generated Ingress resource. These are key-value pairs in the `metadata.annotations` field of the K8S Ingress, commonly used to configure ingress controller-specific behavior.
withIngressAnnotation(
key: string,
value: string): KubernetesIngressResource
keystring
valuestring
KubernetesIngressResource

Applies to

This method applies to the following types: