mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
22 lines
429 B
YAML
22 lines
429 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: apply-suspending
|
|
spec:
|
|
components:
|
|
- name: busybox
|
|
type: webservice
|
|
properties:
|
|
image: busybox
|
|
cmd: ["sleep", "86400"]
|
|
traits:
|
|
- type: scaler
|
|
properties:
|
|
replicas: 1
|
|
workflow:
|
|
steps:
|
|
- name: apply-app
|
|
type: apply-application
|
|
- name: approval
|
|
type: suspend
|