Files
a5fb09814e Fix(docs): rollout example error (#3427)
* modify docs errors

Signed-off-by: liming.jlm <liming.jlm@alibaba-inc.com>

* modify the incorrect file name

Signed-off-by: liming.jlm <liming.jlm@alibaba-inc.com>

Co-authored-by: liming.jlm <liming.jlm@alibaba-inc.com>
2022-03-14 13:13:05 +08:00

19 lines
438 B
YAML

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: rollout-trait-test
namespace: rollout-trait-test
spec:
components:
- name: express-server
type: webservice
properties:
image: stefanprodan/podinfo:4.0.3
cpu: "0.3"
traits:
- type: rollout
properties:
targetSize: 7
rolloutBatches:
- replicas: 1
- replicas: 1