mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
* fix app upgrade without rollout and rollout plan will create multiple version resources * add and enhance tests * fix test
13 lines
255 B
YAML
13 lines
255 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: app-e2e
|
|
spec:
|
|
components:
|
|
- name: myweb
|
|
type: worker
|
|
properties:
|
|
image: "stefanprodan/podinfo:4.0.3"
|
|
cmd:
|
|
- ./podinfo
|
|
- stress-cpu=1 |