Skip to content
Docs Try Aspire
Docs Try

withIngressTlsParam

Method
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
interface KubernetesIngressResource {
// ... omitted for brevity
withIngressTlsParam(secretName: ParameterResource): KubernetesIngressResource;
}

Signature

method withIngressTlsParam builder
Configures TLS for a Kubernetes Ingress with a parameterized secret
withIngressTlsParam(secretName: ParameterResource): KubernetesIngressResource
secretName ParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: