Files
kubevela/docs/examples/nocalhost/app-bookinfo-authors.yaml
2021-10-28 20:40:41 +08:00

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