Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commit: cloudnativedaysjp/dreamkast@419a2ad

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
1 parent a325f70 commit 6d908ef
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions ecspresso/reviewapps/dk-2267/const.libsonnet
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"PR_NAME": "dk-2267",
"externalEndpoints": {
"dkApi": "https://api.dev.cloudnativedays.jp",
"dkWeaver": "https://dkw.dev.cloudnativedays.jp"
},
"imageTags": {
"dreamkast_ecs": "e65d0ceffa829d753e6f7002866421fa804df4ad",
"mysql": "8.0.33",
"redis": "6.0"
},
"internalEndpoints": {
"rdb": "mysql-dk-2267.development.local",
"redis": "redis://redis-dk-2267.development.local"
},
"privateSubnetIDs": [
"subnet-05d0a81dafd9409f9",
"subnet-042770b2f29661e8e",
"subnet-0d95068828df7cc3e"
PR_NAME: 'dk-2267',
externalEndpoints: {
dkApi: 'https://api.dev.cloudnativedays.jp',
dkWeaver: 'https://dkw.dev.cloudnativedays.jp',
},
imageTags: {
dreamkast_ecs: '419a2ad399250afe5594556e32d9a02008964f92',
mysql: '8.0.33',
redis: '6.0',
},
internalEndpoints: {
rdb: 'mysql-dk-2267.development.local',
redis: 'redis://redis-dk-2267.development.local',
},
privateSubnetIDs: [
'subnet-05d0a81dafd9409f9',
'subnet-042770b2f29661e8e',
'subnet-0d95068828df7cc3e',
],
"publicSubnetIDs": [
"subnet-00709135a42bf907e",
"subnet-0d07831c8fc073511",
"subnet-033491d41490494b6"
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-oqkipfbr4ziqkm3m",
"redis": "srv-jmaafqsyirfxzub3"
},
"sqs": {
"fifo": "dreamkast-stg-fifo-queue"
},
"targetGroupArn": {
"dk": "arn:aws:elasticloadbalancing:us-west-2:607167088920:targetgroup/dreamkast-dev-dk-2267-dreamkast/689d8c31230744ff"
}
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-oqkipfbr4ziqkm3m',
redis: 'srv-jmaafqsyirfxzub3',
},
sqs: {
fifo: 'dreamkast-stg-fifo-queue',
},
targetGroupArn: {
dk: 'arn:aws:elasticloadbalancing:us-west-2:607167088920:targetgroup/dreamkast-dev-dk-2267-dreamkast/689d8c31230744ff',
},
}

0 comments on commit 6d908ef

Please sign in to comment.