summaryrefslogtreecommitdiff
path: root/.runway
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-11 09:42:59 -0600
committermo khan <mo@mokhan.ca>2025-04-11 09:42:59 -0600
commit1db843fe1054b4be35cc3ef800b122879aa97a9a (patch)
treeeae5a71eae8b69498355e210701c30cc013f10f6 /.runway
parent6a2965c41d15fb8669892ec97e951794f76cb4d4 (diff)
chore: add runway configuration
Diffstat (limited to '.runway')
-rw-r--r--.runway/runway.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.runway/runway.yml b/.runway/runway.yml
new file mode 100644
index 0000000..6518a8d
--- /dev/null
+++ b/.runway/runway.yml
@@ -0,0 +1,31 @@
+apiVersion: runway/v1
+kind: RunwayService
+metadata:
+ name: sparkld
+ department: eng-dev
+ department_group: eng-dev-sscs-authorization
+ owner_email_handle: mkhan
+spec:
+ regions:
+ - us-east1
+ startup_probe:
+ path: "/monitoring/ready"
+ initial_delay_seconds: 20
+ timeout_seconds: 10
+ period_seconds: 17
+ failure_threshold: 24
+ liveness_probe:
+ path: "/health"
+ scalability:
+ min_instances: 1
+ max_instances: 1
+ resources:
+ startup_cpu_boost: true
+ limits:
+ cpu: 1000m
+ memory: 512Mi
+ network_policies:
+ cloudflare: true
+ load_balancing:
+ external_load_balancer:
+ backend_protocol: HTTPS