Skip to content

Commit

Permalink
Merge pull request #59 from codeforjapan/update-elasticache-siz
Browse files Browse the repository at this point in the history
feat: update cache store size
  • Loading branch information
ayuki-joto authored Nov 23, 2024
2 parents ca47772 + e699a66 commit 69cc724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prd-v0274.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rds": {
"snapshot": true,
"snapshotIdentifier": "decidim-master-2023-11-01",
"instanceType": "t2.medium",
"instanceType": "t3.medium",
"deletionProtection": true,
"allocatedStorage": 20,
"maxAllocatedStorage": 40,
Expand All @@ -15,7 +15,7 @@
"region": "ap-northeast-1"
},

"cacheNodeType": "cache.t2.micro",
"cacheNodeType": "cache.t3.medium",
"engineVersion": "6.x",
"numCacheNodes": 3,
"automaticFailoverEnabled": true,
Expand Down

0 comments on commit 69cc724

Please sign in to comment.