Skip to content

Commit

Permalink
update ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Nov 3, 2023
1 parent f3c9a1b commit dbe600d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ jobs:
image: gcr.io/${{ secrets.GOOGLE_PROJECT }}/ml-service:1.0
region: asia-southeast2
flags: |
--cpu=4 \\
--port=80 \\
--cpu-boost \\
--memory=4Gi \\
--timeout=800 \\
--concurrency=80 \\
--min-instances=0 \\
--max-instances=13 \\
--project=${{ secrets.GOOGLE_PROJECT }} \\
--allow-unauthenticated \\
--vpc-egress=private-ranges-only \\
--vpc-connector=projects/${{ secrets.GOOGLE_PROJECT }}/locations/asia-southeast2/connectors/ml-service-connector \\
--service-account=${{ secrets.CLOUD_RUN_SA }}
--cpu=4
--port=80
--cpu-boost
--memory=4Gi
--timeout=800
--concurrency=80
--min-instances=0
--max-instances=13
--project=${{ secrets.GOOGLE_PROJECT }}
--allow-unauthenticated
--vpc-egress=private-ranges-only
--vpc-connector=projects/${{ secrets.GOOGLE_PROJECT }}/locations/asia-southeast2/connectors/ml-service-connector
--service-account=${{ secrets.CLOUD_RUN_SA }}
env_vars: |
VERSION=$version
Expand Down

0 comments on commit dbe600d

Please sign in to comment.