github.com/oam-dev/kubevela@v1.9.11/test/e2e-multicluster-test/testdata/app/standalone/deployment-busybox.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: busybox-ref 5 spec: 6 replicas: 0 7 selector: 8 matchLabels: 9 app: busybox 10 template: 11 metadata: 12 labels: 13 app: busybox 14 spec: 15 containers: 16 - image: busybox 17 name: busybox