github.com/oam-dev/kubevela@v1.9.11/docs/examples/vela-app.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: Application
     3  metadata:
     4    name: first-vela-app
     5  spec:
     6    components:
     7      - name: express-server
     8        type: webservice
     9        properties:
    10          image: crccheck/hello-world
    11          port: 8000
    12        traits:
    13          - type: ingress-1-20
    14            properties:
    15              domain: testsvc.example.com
    16              http:
    17                "/": 8000