Created
August 5, 2019 06:57
-
-
Save AndrienkoAleksandr/7c698719736b90294d8dfe38c5046ee2 to your computer and use it in GitHub Desktop.
OC-connector test devifle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: nodejs | |
projects: | |
- name: rhoar-getting-started | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/rhoar-getting-started.git' | |
type: git | |
branch: master | |
components: | |
- id: che-incubator/typescript/latest | |
memoryLimit: 512Mi | |
type: chePlugin | |
- mountSources: true | |
endpoints: | |
- name: nodejs | |
port: 3000 | |
- name: node-js | |
port: 8080 | |
memoryLimit: 512Mi | |
type: dockerimage | |
image: 'quay.io/eclipse/che-nodejs10-ubi:nightly' | |
alias: nodejs | |
- id: ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0 | |
type: chePlugin | |
- id: redhat/vscode-openshift-connector/0.0.21 | |
type: chePlugin | |
apiVersion: 1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment