Skip to content
Docs Try Aspire
Docs Try

withIngressTlsParam

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

Signature

method withIngressTlsParam builder
Configures TLS termination using a parameter for the secret name.
withIngressTlsParam(secretName: ParameterResource): KubernetesIngressResource
secretName ParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: