Skip to content

Commit 5e5eacf

Browse files
committed
build: reduce Cloud Run web service memory limit to 256Mi for maximum cost optimization
1 parent f7e8cc9 commit 5e5eacf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/google-cloudrun-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
--image $TAG \
7777
--region ${{ env.PROJECT_REGION }} \
7878
--service-account ${{ vars.GCP_SA_EMAIL }} \
79+
--memory=256Mi \
7980
--max-instances=${{ vars.GCP_SERVICE_API_MAX_INSTANCES }} \
8081
--set-secrets=TELEGRAM_BOT_TOKEN=${{ vars.GCP_SECRET_TG_BOT_TOKEN }}:latest \
8182
--set-secrets=DB_USER=${{ vars.GCP_SECRET_DB_USER }}:latest \

0 commit comments

Comments
 (0)