Share via


ServiceSpecV1.HealthCheckNodePort Property

Definition

Gets or sets the health check node port for the Kubernetes Service.

[YamlDotNet.Serialization.YamlMember(Alias="healthCheckNodePort")]
public int? HealthCheckNodePort { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="healthCheckNodePort")>]
member this.HealthCheckNodePort : Nullable<int> with get, set
Public Property HealthCheckNodePort As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies the port number that is used for health checks when the external traffic policy is set to "Local". If not specified, the system will automatically allocate a node port.

Applies to