mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
19 lines
431 B
YAML
19 lines
431 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
|
|
batchPartition: 1
|