health_check_config {
  timeout {
    seconds: 1
    nanos: 42496
  }
  interval {
    seconds: 1
  }
  interval_jitter {
    seconds: 1
    nanos: 620756992
  }
  unhealthy_threshold {
    value: 2752514
  }
  healthy_threshold {
    value: 2
  }
  http_health_check {
    path: "/healthcheck"
    service_name_matcher {
      prefix: "200"
      ignore_case: true
    }
  }
  no_traffic_interval {
    seconds: 1
  }
  always_log_health_check_failures: true
  initial_jitter {
    nanos: 16
  }
}
actions {
  trigger_timeout_timer {
  }
}
actions {
  respond {
    http_respond {
      headers {
        headers {
          key: ":status"
          value: "200"
        }
      }
      status: 200
    }
    tcp_respond {
            
    }
    grpc_respond {
      grpc_respond_headers {
        
      }
    }
  }
}
