mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 08:13:23 +00:00
17 lines
404 B
YAML
17 lines
404 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: AppRollout
|
|
metadata:
|
|
name: rolling-example
|
|
spec:
|
|
# application (revision) reference
|
|
sourceAppRevisionName: test-rolling-v1
|
|
targetAppRevisionName: test-rolling-v2
|
|
componentList:
|
|
- metrics-provider
|
|
rolloutPlan:
|
|
rolloutStrategy: "IncreaseFirst"
|
|
rolloutBatches:
|
|
- replicas: 10%
|
|
- replicas: 2
|
|
- replicas: 2
|
|
batchPartition: 1 |