-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconst.libsonnet
More file actions
48 lines (48 loc) · 1.21 KB
/
const.libsonnet
File metadata and controls
48 lines (48 loc) · 1.21 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
{
PR_NAME: 'dk-2741',
cluster: 'dreamkast-dev',
executionRoleName: 'dreamkast-dev-ecs-task-execution-role',
externalEndpoints: {
dkApi: 'https://api.dev.cloudnativedays.jp',
dkWeaver: 'https://dkw.dev.cloudnativedays.jp',
},
imageTags: {
dreamkast_ecs: 'commit-d4060eae4730f166c02c8051697fe9a4e3cca531',
mysql: '8.0.33',
redis: '6.0',
},
internalEndpoints: {
rdb: 'mysql-dk-2741.development.local',
redis: 'redis://redis-dk-2741.development.local',
},
publicSubnetIDs: [
'subnet-00709135a42bf907e',
'subnet-0d07831c8fc073511',
'subnet-033491d41490494b6',
],
region: 'us-west-2',
s3: {
dreamkast: {
name: 'dreamkast-dev-bucket',
region: 'us-west-2',
},
},
secretManager: {
dk: 'dreamkast/reviewapp-env-yGJKrj',
railsApp: 'dreamkast/rails-app-secret-SqidNC',
},
sentry: {
dsn: 'TODO',
},
serviceDiscovery: {
mysql: 'srv-xx6o5vtfit4gyuqi',
redis: 'srv-dsnjhn3pe3f37heu',
},
sqs: {
fifo: 'dreamkast-stg-fifo-queue',
},
targetGroupArn: {
dk: 'arn:aws:elasticloadbalancing:us-west-2:607167088920:targetgroup/dev-dk-2741/388eb2cd2a2f65c4',
},
taskTargetRoleName: 'dreamkast-dev-ecs-scheduled-task-target-role',
}