github.com/oam-dev/kubevela@v1.9.11/docs/examples/vela.yaml (about) 1 name: first-vela-app 2 services: 3 testsvc: 4 type: webservice 5 image: crccheck/hello-world 6 port: 8000 7 ingress: 8 domain: testsvc.example.com 9 http: 10 "/": 8000