Skip to content

Commit

Permalink
Merge pull request #185 from dandi/update-heroku-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna authored Jul 29, 2024
2 parents f82de1a + abb13a0 commit 0bc9a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/staging_pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "api_staging" {

heroku_web_dyno_size = "basic"
heroku_worker_dyno_size = "basic"
heroku_postgresql_plan = "basic"
heroku_postgresql_plan = "essential-1"
heroku_cloudamqp_plan = "tiger"
heroku_papertrail_plan = "fixa"

Expand Down
2 changes: 1 addition & 1 deletion terraform/webdav.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "heroku_app" "webdav" {
resource "heroku_formation" "webdav_heroku_web" {
app_id = heroku_app.webdav.id
type = "web"
size = "basic"
size = "standard-2x"
quantity = 1
}

Expand Down

0 comments on commit 0bc9a6d

Please sign in to comment.