From bbf9f34e2f4012a475214e19925da68adbedbd7e Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Fri, 15 Sep 2023 22:34:21 +0200
Subject: [PATCH] conf(che): add endpoint for live preview

---
 devfile.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devfile.yaml b/devfile.yaml
index e2554c1..60c0e0a 100644
--- a/devfile.yaml
+++ b/devfile.yaml
@@ -11,6 +11,10 @@ components:
           name: 6080-tcp
           protocol: http
           targetPort: 6080
+        - exposure: public
+          name: 3000-tcp
+          protocol: http
+          targetPort: 3000
         - exposure: public
           name: 5900-tcp
           protocol: http
-- 
GitLab