mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 08:43:35 +00:00
* Feat: fill rolloutBatches if empty * Fix: fix unit-test * Test: add more test Fix: lint Fix: fix lint
16 lines
372 B
YAML
16 lines
372 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: rollout-trait-test
|
|
spec:
|
|
components:
|
|
- name: express-server
|
|
type: webservice
|
|
properties:
|
|
image: stefanprodan/podinfo:4.0.3
|
|
traits:
|
|
- type: rollout
|
|
properties:
|
|
targetSize: 2
|
|
firstBatchReplicas: 1
|
|
secondBatchReplicas: 1 |