Skip to content
DocsTry Aspire
DocsTry

withIngressTlsParam

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

Signature

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

Applies to

This method applies to the following types: