mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 06:16:52 +00:00
18 lines
390 B
YAML
18 lines
390 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: AppRollout
|
|
metadata:
|
|
name: rolling-test
|
|
spec:
|
|
# application (revision) reference
|
|
targetAppRevisionName: test-rolling-v2
|
|
# HPA reference (optional)
|
|
componentList:
|
|
- metrics-provider
|
|
rolloutPlan:
|
|
rolloutStrategy: "IncreaseFirst"
|
|
rolloutBatches:
|
|
- replicas: 10%
|
|
- replicas: 2
|
|
- replicas: 2
|
|
batchPartition: 1
|