From 972d0c420583af8b351e63b9db3a26a7678ac38b Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Tue, 27 Aug 2024 23:19:00 +0200
Subject: [PATCH] conf: add eclipse che config

---
 devfile.yaml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 devfile.yaml

diff --git a/devfile.yaml b/devfile.yaml
new file mode 100644
index 0000000..f772cb6
--- /dev/null
+++ b/devfile.yaml
@@ -0,0 +1,34 @@
+schemaVersion: 2.1.0
+metadata:
+  name: javafx-template
+components:
+  - name: javafx-template
+    container:
+      image: adrianstoica/it1901:latest
+      memoryLimit: 3Gi
+      endpoints:
+        - exposure: public
+          name: 6080-tcp-desktop-ui
+          protocol: http
+          targetPort: 6080
+        - exposure: public
+          name: 3000-tcp
+          protocol: http
+          targetPort: 3000
+        - exposure: public
+          name: 5900-tcp
+          protocol: http
+          targetPort: 5900
+        - exposure: public
+          name: 5901-tcp
+          protocol: http
+          targetPort: 5901
+        - exposure: public
+          name: 8080-tcp
+          protocol: http
+          targetPort: 8080
+        - exposure: public
+          name: 5500-tcp
+          protocol: http
+          targetPort: 5500
+
-- 
GitLab