From 94245761f3fea4393abae11937084c3573c6b41d Mon Sep 17 00:00:00 2001 From: Konstantin Hintermayer Date: Thu, 17 Jul 2025 14:46:23 +0000 Subject: [PATCH] devfile: Change to http --- devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 89e0932..6c8b4a7 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -35,8 +35,8 @@ components: - name: ASPNETCORE_URLS value: http://*:5000 endpoints: - - name: https-dotnet - protocol: https + - name: http-dotnet + protocol: http targetPort: 5000 commands: - id: build