From fabafd3c434532935fa74fe8a75c09b9bbfb51e9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 17:26:00 -0600 Subject: chore: configure runway to use grpc --- .runway/runway.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.runway/runway.yml b/.runway/runway.yml index 1eac7654..78f3d526 100644 --- a/.runway/runway.yml +++ b/.runway/runway.yml @@ -13,12 +13,9 @@ spec: regions: - us-east1 startup_probe: - path: "/health" - timeout_seconds: 5 - period_seconds: 5 - failure_threshold: 24 # 2 minutes + grpc_service: "grpc.health.v1.Health/Check" liveness_probe: - path: "/health" + grpc_service: "grpc.health.v1.Health/Check" scalability: min_instances: 1 max_instances: 1 @@ -29,4 +26,5 @@ spec: memory: 512Mi load_balancing: external_load_balancer: - backend_protocol: HTTPS + enabled: true + backend_protocol: HTTP2 -- cgit v1.2.3