Interfacetypesv0.13.0HealthCheckConfigHealth-check HTTP server settings. interface HealthCheckConfigMember overviewPropertieshostpathportPropertiesoptionalhostHost/interface to bind. Omit to bind all interfaces. host: string;optionalpathPath the health-check server responds on. path: string;Default:'/health'optionalportPort the health-check server listens on. port: number;Default:6967