Skip to content

Commit

Permalink
Reduce instance size from 2xlarge to xlarge (#410)
Browse files Browse the repository at this point in the history
Looking at CPU, we don't need this much power.
  • Loading branch information
sds authored Oct 22, 2024
1 parent 5ce0583 commit 472b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 472b8e0

Please sign in to comment.