From 017d3d9b4209f02fd1cf81266fd4f16885aed67a Mon Sep 17 00:00:00 2001
From: George Adrian Stoica <stoica@ntnu.no>
Date: Fri, 30 Aug 2024 16:04:51 +0200
Subject: [PATCH] conf(che): change ui endpoint to https

---
 devfile.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devfile.yaml b/devfile.yaml
index 6b889db..455ba2f 100644
--- a/devfile.yaml
+++ b/devfile.yaml
@@ -9,7 +9,7 @@ components:
       endpoints:
         - exposure: public
           name: 6080-tcp-desktop-ui
-          protocol: http
+          protocol: https
           targetPort: 6080
         - exposure: public
           name: 3000-tcp
-- 
GitLab