Commit 1db843f

mo khan <mo@mokhan.ca>
2025-04-11 15:42:59
chore: add runway configuration
1 parent 6a2965c
Changed files (1)
.runway
.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