github.com/oam-dev/kubevela@v1.9.11/docs/examples/cloneset-rollout/app-target.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: Application
     3  metadata:
     4    name: test-rolling
     5    annotations:
     6      "app.oam.dev/rollout-template": "true"
     7  spec:
     8    components:
     9      - name: metrics-provider
    10        type: clonesetservice
    11        properties:
    12          cmd:
    13            - ./podinfo
    14            - stress-cpu=1
    15          image: stefanprodan/podinfo:5.0.2
    16          port: 8080
    17          updateStrategyType: InPlaceIfPossible
    18          replicas: 5