mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-06 03:31:12 +00:00
* fix quick start guide as we don't have route trait installed as default * add a description for ingress trait
10 lines
186 B
YAML
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 |