Skip to content

Commit

Permalink
chore: use 'https' protocol for .net 5.0 devfile. Update schema to 2.…
Browse files Browse the repository at this point in the history
…2.0 (#312)

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk authored Mar 20, 2024
1 parent 8695200 commit 5265d9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stacks/dotnet50/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: dotnet50
displayName: .NET 5.0
Expand All @@ -9,7 +9,7 @@ metadata:
- .NET 5.0
projectType: dotnet
language: .NET
version: 1.0.3
version: 1.0.4
starterProjects:
- name: dotnet50-example
git:
Expand All @@ -35,7 +35,8 @@ components:
- name: ASPNETCORE_URLS
value: http://*:8080
endpoints:
- name: http-dotnet50
- name: https-dotnet50
protocol: https
targetPort: 8080
commands:
- id: build
Expand Down

0 comments on commit 5265d9b

Please sign in to comment.