From e38eaee2275cb6fb54b25bde65e1c3e8a334492f Mon Sep 17 00:00:00 2001 From: Sacramentix <35272156+Sacramentix@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:28:51 +0200 Subject: [PATCH] Update LaunchComputeToCreateArangoCloudRunApi.yml --- .github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml b/.github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml index 891e107..8bf920c 100644 --- a/.github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml +++ b/.github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml @@ -25,7 +25,7 @@ jobs: gcloud compute instances create-with-container generate-${{ github.event.inputs.WIKI_LANG }}wiki-graph-compute \ --project=sixdegreesofwikiadventure \ --zone=europe-west9-a \ - --machine-type=n2-standard-2 \ + --machine-type=n2-standard-16 \ --network-interface=network-tier=PREMIUM,stack-type=IPV4_ONLY,subnet=default \ --maintenance-policy=MIGRATE \ --provisioning-model=STANDARD \