mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 17:37:09 +00:00
8 lines
154 B
YAML
8 lines
154 B
YAML
name: first-vela-app
|
|
services:
|
|
testsvc:
|
|
type: webservice
|
|
image: crccheck/hello-world
|
|
port: 8000
|
|
route:
|
|
domain: testsvc.example.com |