diff options
| -rw-r--r-- | .runway/runway.yml | 10 |
1 files 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 |
