mirror of
https://github.com/kubevela/kubevela.git
synced 2026-04-28 05:26:39 +00:00
18 lines
444 B
YAML
18 lines
444 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: bookinfo-authors
|
|
spec:
|
|
components:
|
|
- name: authors
|
|
type: webservice
|
|
properties:
|
|
image: nocalhost-docker.pkg.coding.net/nocalhost/bookinfo/authors:latest
|
|
port: 9080
|
|
traits:
|
|
- type: nocalhost
|
|
properties:
|
|
port: 9080
|
|
gitUrl: https://github.com/nocalhost/bookinfo-authors.git
|
|
image: go
|