mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-12 04:16:45 +00:00
16 lines
350 B
YAML
16 lines
350 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: test-rolling
|
|
annotations:
|
|
"app.oam.dev/rollout-template": "true"
|
|
spec:
|
|
components:
|
|
- name: metrics-provider
|
|
type: webservice
|
|
properties:
|
|
cmd:
|
|
- ./podinfo
|
|
- stress-cpu=1
|
|
image: stefanprodan/podinfo:4.0.6
|
|
port: 8080 |