name: first-vela-app
services:
testsvc:
type: webservice
image: crccheck/hello-world
port: 8000
ingress:
domain: testsvc.example.com
http:
"/": 8000