mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 08:43:35 +00:00
26 lines
573 B
YAML
26 lines
573 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: test-worker
|
|
spec:
|
|
components:
|
|
- name: myworker
|
|
type: worker
|
|
properties:
|
|
image: nginx
|
|
traits:
|
|
- type: config
|
|
properties:
|
|
kind: "configMap"
|
|
name: "app-file-html"
|
|
configname: "file"
|
|
data:
|
|
test: "demo-app"
|
|
- type: config
|
|
properties:
|
|
kind: "secret"
|
|
name: "app-env-config"
|
|
configname: "env"
|
|
data:
|
|
test: "TXlQQHNzMTIz"
|