github.com/oam-dev/kubevela@v1.9.11/references/docgen/def-doc/trait/expose.eg.md (about)

     1  ```yaml
     2  apiVersion: core.oam.dev/v1beta1
     3  kind: Application
     4  metadata:
     5    name: test-app
     6  spec:
     7    components:
     8      - name: hello-world
     9        type: webservice
    10        properties:
    11          image: crccheck/hello-world
    12        traits:
    13          - type: expose
    14            properties:
    15              port: [8000]
    16  ```