mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 08:43:35 +00:00
* fix app upgrade without rollout and rollout plan will create multiple version resources * add and enhance tests * fix test
17 lines
338 B
YAML
17 lines
338 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
|
|
traits:
|
|
- type: scaler
|
|
properties:
|
|
replicas: 3 |