Files
kubevela/docs/examples/vela.yaml
Jianbo Sun 66fb99954e fix quick start guide as we don't have route trait installed as default (#954)
* fix quick start guide as we don't have route trait installed as default

* add a description for ingress trait
2021-01-29 14:56:38 +08:00

10 lines
186 B
YAML

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