mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 03:56:36 +00:00
20 lines
393 B
YAML
20 lines
393 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: app-worker
|
|
spec:
|
|
components:
|
|
- name: myworker
|
|
type: worker
|
|
properties:
|
|
image: "busybox"
|
|
cmd:
|
|
- sleep
|
|
- "1000"
|
|
traits:
|
|
- type: aws-ebs-volume
|
|
properties:
|
|
name: "my-ebs"
|
|
mountPath: "/myebs"
|
|
volumeID: "my-ebs-id"
|