-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKSGFile
More file actions
55 lines (52 loc) · 1.24 KB
/
KSGFile
File metadata and controls
55 lines (52 loc) · 1.24 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
service_name: sre-agent
project_id: netlify-services
kubernetes_clusters:
staging:
- services-cmh-stag-1
production:
- services-cmh-prod-1
language: nodejs
ksg_version: "v2"
pipeline_template: "deploy-from-circle"
cloud_provider: AWS
secrets: {}
certificates: {}
security_group_policy:
staging:
security_group_ids:
- sg-0d1bdf27566136b75
production:
security_group_ids:
- sg-0a67accb2e192f24f
service_definition:
sre-agent:
# Slack bot — connects outbound to Slack via WebSocket (Socket Mode) or
# receives HTTP events (HTTP mode). No inbound LB required.
# /health is served on port 3000 in both modes (see src/index.ts).
internal-api:
common:
args: ["node", "dist/index.js"]
port: 3000
service_port: 80
scheme: HTTP
health_path: /health
node_selector:
netlify/env: production
staging:
replicas: 1
requests:
cpu: 100m
memory: 256M
limits:
cpu: 500m
memory: 512M
node_selector:
netlify/env: staging
production:
replicas: 1
requests:
cpu: 200m
memory: 256M
limits:
cpu: 1000m
memory: 512M