blob: 88e7608f7d16038d5551bd84cc38bcfb956be7fe (
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:
path: "/health"
timeout_seconds: 5
period_seconds: 5
failure_threshold: 24 # 2 minutes
liveness_probe:
path: "/health"
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
|