apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: app-e2e spec: components: - name: myweb type: worker properties: image: "stefanprodan/podinfo:5.0.2" cmd: - ./podinfo - stress-cpu=1 traits: - type: scaler properties: replicas: 1