Skip to content

Commit

Permalink
Max cloud run memory is 1Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
siranipour committed Aug 19, 2024
1 parent 39b9780 commit 09190ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
service: ${{ env.SERVICE }}
region: ${{ env.REGION }}
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.NAME }}:${{ github.sha }}
flags: '--port=8000 --allow-unauthenticated'
flags: '--port=8000 --allow-unauthenticated --memory 1Gi'

- name: Show Output
run: echo ${{ steps.deploy.outputs.url }}
run: echo ${{ steps.deploy.outputs.url }}

0 comments on commit 09190ee

Please sign in to comment.