Skip to content

Commit c0c4abe

Browse files
committed
Increase the size of the cluster
1 parent 6a32f0a commit c0c4abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nfr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
echo "PLUS_ENABLED=${{ inputs.nginx_plus }}" >> vars.env
130130
echo "GINKGO_LABEL=" >> vars.env
131131
echo "NGF_VERSION=${{ inputs.version }}" >> vars.env
132+
echo "GKE_NUM_NODES=12" >> vars.env
133+
echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env
132134
133135
- name: Create GKE cluster
134136
working-directory: ./tests

0 commit comments

Comments
 (0)