Skip to content

Instantly share code, notes, and snippets.

@rhopp
Created February 26, 2020 13:35
Show Gist options
  • Save rhopp/8e19e5406e66ace21d1df7613242602c to your computer and use it in GitHub Desktop.
Save rhopp/8e19e5406e66ace21d1df7613242602c to your computer and use it in GitHub Desktop.
---
apiVersion: 1.0.0
metadata:
generateName: nodejs-
projects:
-
name: nodejs-web-app
source:
type: git
location: "https://github.com/eclipse/che.git"
sparseCheckoutDir: "tests/e2e"
components:
-
type: chePlugin
id: che-incubator/typescript/latest
memoryLimit: 512Mi
-
type: dockerimage
alias: e2e
image: quay.io/repository/eclipse/che-e2e:nightly
memoryLimit: 1024Mi
endpoints:
- name: 'nodejs'
port: 3000
mountSources: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment