mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
* add vela edit * vela def group commands * 1. change scheme of definition cue 2. add vela def tests 3. reformat * fix render template bugs * add definition examples (migrated from serverless iac) * retrigger github ci Co-authored-by: Yin Da <yinda@B-2943Q05P-1738.local>
22 lines
454 B
YAML
22 lines
454 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: application-with-hostalias
|
|
spec:
|
|
components:
|
|
- name: busybox-runner
|
|
type: worker
|
|
properties:
|
|
image: busybox
|
|
cmd:
|
|
- sleep
|
|
- '1000'
|
|
traits:
|
|
- type: hostalias
|
|
properties:
|
|
hostAliases:
|
|
- ip: 127.0.0.1
|
|
hostnames:
|
|
- localname
|
|
- locals
|