Skip to content

Commit

Permalink
Add canary
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuya28 committed Jan 8, 2024
1 parent cd2da26 commit f0422d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gcp/cloud-run/cloud-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ serialPipeline:
stages:
- targetId: sample
profiles: [dev]
strategy:
canary:
runtimeConfig:
cloudRun:
automaticTrafficContrl: true
canaryDeployment:
percentages: [5, 90]
verify: false
---
apiVersion: deploy.cloud.google.com/v1
kind: Target
Expand Down

0 comments on commit f0422d5

Please sign in to comment.