Skip to content

Commit

Permalink
Merge pull request #36 from codeforjapan/refactor/enable-multiaz
Browse files Browse the repository at this point in the history
refactor: enable multi az
  • Loading branch information
ayuki-joto authored Oct 25, 2023
2 parents 2ef4c45 + 75d6ce0 commit 6fabc78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion config/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"deletionProtection": false,
"allocatedStorage": 20,
"maxAllocatedStorage": 20,
"enablePerformanceInsights": false
"enablePerformanceInsights": false,
"multiAz": false
},

"aws": {
Expand Down
5 changes: 3 additions & 2 deletions config/prd-v0265.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"instanceType": "t2.medium",
"deletionProtection": true,
"allocatedStorage": 20,
"maxAllocatedStorage": 30,
"enablePerformanceInsights": true
"maxAllocatedStorage": 40,
"enablePerformanceInsights": true,
"multiAz": true
},

"aws": {
Expand Down
5 changes: 3 additions & 2 deletions config/prd-v0274.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"instanceType": "t2.medium",
"deletionProtection": true,
"allocatedStorage": 20,
"maxAllocatedStorage": 30,
"enablePerformanceInsights": true
"maxAllocatedStorage": 40,
"enablePerformanceInsights": true,
"multiAz": true
},

"aws": {
Expand Down
3 changes: 2 additions & 1 deletion config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"deletionProtection": false,
"allocatedStorage": 20,
"maxAllocatedStorage": 20,
"enablePerformanceInsights": false
"enablePerformanceInsights": false,
"multiAz": false
},

"aws": {
Expand Down

0 comments on commit 6fabc78

Please sign in to comment.