From 472b8e0f7c384736a903f52019a0efc15b06b70c Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Tue, 22 Oct 2024 11:07:59 -0700 Subject: [PATCH] Reduce instance size from 2xlarge to xlarge (#410) Looking at CPU, we don't need this much power. --- deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.yml b/deploy.yml index 6697473af..61887b766 100644 --- a/deploy.yml +++ b/deploy.yml @@ -30,7 +30,7 @@ x-shared-pod-options: &shared-pod-options pods: api: <<: *shared-pod-options - instanceType: c7g.2xlarge # 8 vCPU, 16GiB, ARM, up to 15 Gbit + instanceType: c7g.xlarge # 4 vCPU, 8GiB, ARM, up to 12.5 Gbit environment: FNAME_REGISTRY_DOCKER_IMAGE: # Provided by deployment process after image is built HEALTHCHECK_CMD: "curl --connect-timeout 5 http://127.0.0.1:3000/_health"