summaryrefslogtreecommitdiff
path: root/.runway/runway.yml
blob: 2824fe1def285b33d29eda89762d513bba6ed941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: runway/v1
kind: RunwayService
metadata:
  name: authzd
  department: eng-dev
  department_group: eng-dev-sscs-authorization
  owner_email_handle: mkhan
  product_category: authorization
spec:
  container_port: 20000
  deployment:
    strategy: "expedited"
  regions:
    - us-east1
  startup_probe:
    grpc_service: ""
    timeout_seconds: 5
    period_seconds: 5
    failure_threshold: 24 # 2 minutes
  liveness_probe:
    grpc_service: ""
  scalability:
    min_instances: 1
    max_instances: 1
  resources:
    startup_cpu_boost: true
    limits:
      cpu: 1000m
      memory: 512Mi
  load_balancing:
    external_load_balancer:
      enabled: true
      backend_protocol: HTTP2