Cloud API Overview > @adpt/cloud > k8s > ServiceSpec > healthCheckNodePort
k8s.ServiceSpec.healthCheckNodePort property
Specifies the healthcheck nodePort for the service.
Signature:
healthCheckNodePort?: number;
Remarks
If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only affects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.