Skip to content

Commit 58a86b4

Browse files
committed
chore: use 'https' protocol for .net 6.0 devfile. Update schema to the latest 2.2.2
Signed-off-by: Ilya Buziuk <[email protected]>
1 parent 4b5181c commit 58a86b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stacks/dotnet60/devfile.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
schemaVersion: 2.1.0
1+
schemaVersion: 2.2.0
22
metadata:
33
name: dotnet60
44
displayName: .NET 6.0
@@ -35,7 +35,8 @@ components:
3535
- name: ASPNETCORE_URLS
3636
value: http://*:8080
3737
endpoints:
38-
- name: http-dotnet60
38+
- name: https-dotnet60
39+
protocol: https
3940
targetPort: 8080
4041
commands:
4142
- id: build

0 commit comments

Comments
 (0)