github.com/oam-dev/kubevela@v1.9.11/docs/examples/nocalhost/app-bookinfo-authors.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: bookinfo-authors 5 spec: 6 components: 7 - name: authors 8 type: webservice 9 properties: 10 image: nocalhost-docker.pkg.coding.net/nocalhost/bookinfo/authors:latest 11 port: 9080 12 traits: 13 - type: nocalhost 14 properties: 15 port: 9080 16 gitUrl: https://github.com/nocalhost/bookinfo-authors.git 17 image: go