mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-27 13:57:52 +00:00
18 lines
314 B
YAML
18 lines
314 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: AppDeployment
|
|
metadata:
|
|
name: example-appdeploy
|
|
spec:
|
|
appRevisions:
|
|
- revisionName: example-app-v1
|
|
|
|
placement:
|
|
- distribution:
|
|
replicas: 1
|
|
|
|
- revisionName: example-app-v2
|
|
|
|
placement:
|
|
- distribution:
|
|
replicas: 1
|