From f2c4791245a1517f4a35e02438738ca94ee3f676 Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Wed, 22 May 2024 10:40:23 -0400 Subject: [PATCH] Increase the size of the cluster --- .github/workflows/nfr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 9806cca131..a9d67064b9 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -129,6 +129,8 @@ jobs: echo "PLUS_ENABLED=${{ inputs.nginx_plus }}" >> vars.env echo "GINKGO_LABEL=" >> vars.env echo "NGF_VERSION=${{ inputs.version }}" >> vars.env + echo "GKE_NUM_NODES=12" >> vars.env + echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env - name: Create GKE cluster working-directory: ./tests