Share via


KubernetesPublisherOptions.ServiceType Property

Definition

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

public string ServiceType { get; set; }
member this.ServiceType : string with get, set
Public Property ServiceType 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