apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: testapp4 spec: components: - name: express-server4 type: webservice properties: cmd: - node - server.js image: oamdev/testapp:v1 port: 8080