mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
* Feat: new rt Signed-off-by: Yin Da <yd219913@alibaba-inc.com> * Fix: add publish version Signed-off-by: Yin Da <yd219913@alibaba-inc.com>
19 lines
385 B
YAML
19 lines
385 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: apply-once-app
|
|
spec:
|
|
components:
|
|
- name: hello-world
|
|
type: webservice
|
|
properties:
|
|
image: crccheck/hello-world
|
|
traits:
|
|
- type: scaler
|
|
properties:
|
|
replicas: 1
|
|
policies:
|
|
- name: apply-once
|
|
type: apply-once
|
|
properties:
|
|
enable: false |