github.com/oam-dev/kubevela@v1.9.11/test/e2e-test/testdata/app/app8.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: first-application 5 spec: 6 components: 7 - name: myweb 8 type: worker 9 properties: 10 image: busybox 11 cmd: 12 - sleep 13 - "1000" 14 - name: myweb 15 type: worker 16 properties: 17 image: busybox 18 cmd: 19 - sleep 20 - "10000"