mirror of
https://github.com/kubevela/kubevela.git
synced 2026-04-22 10:37:04 +00:00
* clean up some logic rebase and reorder phase add log and modify e2e-test fix reviwable fix comment * fix condition relate comments finish test func fix formate error
14 lines
314 B
YAML
14 lines
314 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: AppRollout
|
|
metadata:
|
|
name: rolling-test
|
|
spec:
|
|
# application (revision) reference
|
|
targetAppRevisionName: test-rolling-v1
|
|
componentList:
|
|
- metrics-provider
|
|
rolloutPlan:
|
|
rolloutStrategy: "IncreaseFirst"
|
|
rolloutBatches:
|
|
- replicas: 5
|
|
targetSize: 5 |