mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
fix diff update example and test data version fix convert function fix e2e for helm clean up creationTimestamp in a hack way fix ci pending package suit test fix group version fix ci fix ut rename type to kind fix example fix conflicts Co-authored-by: yangsoon <yangsoonlx@gmail.com>
17 lines
408 B
YAML
17 lines
408 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: AppRollout
|
|
metadata:
|
|
name: rolling-test
|
|
spec:
|
|
# application (revision) reference
|
|
targetAppRevisionName: test-rolling-v2
|
|
sourceAppRevisionName: test-rolling-v1
|
|
# HPA reference (optional)
|
|
componentList:
|
|
- metrics-provider
|
|
rolloutPlan:
|
|
rolloutStrategy: "IncreaseFirst"
|
|
rolloutBatches:
|
|
- replicas: 10%
|
|
- replicas: 2
|
|
- replicas: 2 |