KubernetesPublisherOptions.ServiceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.