Share via


KubernetesEnvironmentResource.DefaultServiceType Property

Definition

Gets or sets the default Kubernetes service type to be used when generating artifacts.

public string DefaultServiceType { get; set; }
member this.DefaultServiceType : string with get, set
Public Property DefaultServiceType As String

Property Value

Remarks

The default value is "ClusterIP". This property determines the type of service (e.g., ClusterIP, NodePort, LoadBalancer) created in Kubernetes for the application.

Applies to