apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: test-rolling annotations: "app.oam.dev/rollout-template": "true" spec: components: - name: metrics-provider type: webservice properties: cmd: - ./podinfo - stress-cpu=1 image: stefanprodan/podinfo:5.0.2 port: 8080