From 29394fed078e6a560137397b5966b4824e53dfa3 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Thu, 29 Aug 2024 10:04:01 +0200
Subject: [PATCH] conf: change ui enpointto https

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

diff --git a/devfile.yaml b/devfile.yaml
index f772cb6..05ddd7e 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