Skip to content

Commit

Permalink
Add a new devfile version with an https endpoint (#342)
Browse files Browse the repository at this point in the history
* Add a new devfile versio§n with an https endpoint

Signed-off-by: ivinokur <[email protected]>

* fixup! Add a new devfile versio§n with an https endpoint

Signed-off-by: ivinokur <[email protected]>

---------

Signed-off-by: ivinokur <[email protected]>
  • Loading branch information
vinokurig authored Apr 2, 2024
1 parent 446c934 commit 1abeae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
projectType: React
language: TypeScript
provider: Red Hat
version: 2.2.0
version: 2.2.1
starterProjects:
- name: nodejs-react-starter
git:
Expand All @@ -22,8 +22,9 @@ starterProjects:
components:
- container:
endpoints:
- name: http-react
- name: https-react
targetPort: 3000
protocol: https
image: registry.access.redhat.com/ubi8/nodejs-18:1-94.1711445596
args: ['tail', '-f', '/dev/null']
memoryLimit: 1024Mi
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-react/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main
versions:
- version: 2.0.2
- version: 2.1.0
- version: 2.2.1
default: true # should have one and only one default version
- version: 2.2.0

0 comments on commit 1abeae3

Please sign in to comment.