mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-08-26 10:09:39 +00:00
Increase desired count for ECS service from 1 to 2
This commit is contained in:
@ -181,7 +181,7 @@ export class BackendStack extends cdk.Stack {
|
|||||||
cluster,
|
cluster,
|
||||||
memoryLimitMiB: 1024,
|
memoryLimitMiB: 1024,
|
||||||
cpu: 512,
|
cpu: 512,
|
||||||
desiredCount: 1,
|
desiredCount: 2,
|
||||||
domainName: 'api.syncrow.me',
|
domainName: 'api.syncrow.me',
|
||||||
domainZone: route53.HostedZone.fromLookup(this, 'SyncrowZone', {
|
domainZone: route53.HostedZone.fromLookup(this, 'SyncrowZone', {
|
||||||
domainName: 'syncrow.me',
|
domainName: 'syncrow.me',
|
||||||
|
Reference in New Issue
Block a user