Skip to content

Commit ee9cfdb

Browse files
committed
fix: esc option for server
1 parent 5dd6034 commit ee9cfdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/Pulumi.production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config:
22
aws:region: ap-northeast-2
33
velog:DOCKER_ENV: production
4-
velog:target: server,web
4+
velog:target: server

infrastructure/Pulumi.stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config:
22
aws:region: ap-northeast-2
33
velog:DOCKER_ENV: stage
4-
velog:target: web
4+
velog:target: server

infrastructure/src/lib/ecsOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const serverProdEcsOption: EcsBaseOption = {
2929
cpu: 1, // unit 1024
3030
memory: 2, // unit 1024
3131
maxCapacity: 12,
32-
minCapacity: 1,
32+
minCapacity: 2,
3333
}
3434

3535
const serverStageEcsOption: EcsBaseOption = {

0 commit comments

Comments
 (0)