diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-11 09:42:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-11 09:42:59 -0600 |
| commit | 1db843fe1054b4be35cc3ef800b122879aa97a9a (patch) | |
| tree | eae5a71eae8b69498355e210701c30cc013f10f6 | |
| parent | 6a2965c41d15fb8669892ec97e951794f76cb4d4 (diff) | |
chore: add runway configuration
| -rw-r--r-- | .runway/runway.yml | 31 |
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 |
