Skip to content

Instantly share code, notes, and snippets.

@RajputVaibhav
Created June 19, 2022 14:59
Show Gist options
  • Save RajputVaibhav/667e8dba3f7e006a7665dfaa751e21d0 to your computer and use it in GitHub Desktop.
Save RajputVaibhav/667e8dba3f7e006a7665dfaa751e21d0 to your computer and use it in GitHub Desktop.
Application manifest for Medium blog on KubeVela
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: test-app
spec:
components:
- name: test
type: webservice
properties:
image: nginx:1.21.6-alpine
port: 80
traits:
- type: ingress
properties:
domain: localhost
http:
/: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment