Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js Runtime stack #402

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions stacks/nodejs/2.2.0/devfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schemaVersion: 2.1.0
schemaVersion: 2.2.0
metadata:
name: nodejs
displayName: Node.js Runtime
Expand Down Expand Up @@ -27,8 +27,9 @@ components:
- name: DEBUG_PORT
value: '5858'
endpoints:
- name: http-node
- name: https-node
targetPort: 3000
protocol: https
- exposure: none
name: debug
targetPort: 5858
Expand Down