summaryrefslogtreecommitdiff
path: root/.runway
diff options
context:
space:
mode:
Diffstat (limited to '.runway')
-rw-r--r--.runway/runway.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.runway/runway.yml b/.runway/runway.yml
index 2824fe1d..88e7608f 100644
--- a/.runway/runway.yml
+++ b/.runway/runway.yml
@@ -13,12 +13,12 @@ spec:
regions:
- us-east1
startup_probe:
- grpc_service: ""
+ path: "/health"
timeout_seconds: 5
period_seconds: 5
failure_threshold: 24 # 2 minutes
liveness_probe:
- grpc_service: ""
+ path: "/health"
scalability:
min_instances: 1
max_instances: 1