From dff9ad0e8c2ce5cc6de8e5d05b82e80bb1155bc0 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Tue, 5 Mar 2024 11:40:12 +0100 Subject: [PATCH] chore: use 'https' protocol for .net 5.0 devfile. Update schema to 2.2.0 Signed-off-by: Ilya Buziuk --- stacks/dotnet50/devfile.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stacks/dotnet50/devfile.yaml b/stacks/dotnet50/devfile.yaml index 4c893f80..f690d40e 100644 --- a/stacks/dotnet50/devfile.yaml +++ b/stacks/dotnet50/devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.1.0 +schemaVersion: 2.2.0 metadata: name: dotnet50 displayName: .NET 5.0 @@ -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: @@ -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