Skip to content

Commit

Permalink
fix: increase ram
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Oct 26, 2023
1 parent a6e0cb6 commit 26e4065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/webhook/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "google_cloudfunctions_function" "publish_to_bcr_function" {
description = "Handle incoming github events"
runtime = "nodejs16"

available_memory_mb = 256
available_memory_mb = 512
source_archive_bucket = google_storage_bucket.source_archive_bucket.name
source_archive_object = google_storage_bucket_object.publish_to_bcr_function_bucket_object.name
trigger_http = true
Expand Down

0 comments on commit 26e4065

Please sign in to comment.