interface ContainerHealthCheckSpecHTTPProbe {
    path: string;
}

Properties

Properties

path: string

Path to use for the HTTP health check.