Skip to content

Commit

Permalink
Merge pull request #122 from prefeitura-rio/fix/low-memory-in-cloud-run
Browse files Browse the repository at this point in the history
Update memory request for PRODUCTION API deployment
  • Loading branch information
TanookiVerde committed May 20, 2024
2 parents dd342df + b6e5442 commit 4fbcb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
service: ${{ env.GCR_SERVICE }}-production
region: ${{ env.GCR_REGION }}
image: us-central1-docker.pkg.dev/rj-sms/docker/prontuario-integrado:${{ github.sha }}
flags: '--add-cloudsql-instances=rj-sms:us-central1:postgres --port=80 --allow-unauthenticated --concurrency=20'
flags: '--add-cloudsql-instances=rj-sms:us-central1:postgres --port=80 --allow-unauthenticated --concurrency=20 --memory=1024Mi'
secrets: |
ENVIRONMENT=PRONTUARIO_INTEGRADO_PROD_ENVIRONMENT:latest
INFISICAL_ADDRESS=PRONTUARIO_INTEGRADO_PROD_INFISICAL_ADDRESS:latest
Expand Down

0 comments on commit 4fbcb4b

Please sign in to comment.