From adf3fda4d6230a56c0186541cda790ce74d28984 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Fri, 15 Sep 2023 17:43:22 +0200
Subject: [PATCH] conf(che): add devfile

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

diff --git a/devfile.yaml b/devfile.yaml
new file mode 100644
index 0000000..b70d8c6
--- /dev/null
+++ b/devfile.yaml
@@ -0,0 +1,21 @@
+schemaVersion: 2.1.0
+metadata:
+  name: testvnc
+components:
+  - name: testvnc
+    container:
+      image: adrianstoica/it1901:v10
+      memoryLimit: 3Gi
+      endpoints:
+        - exposure: public
+          name: 6080-tcp
+          protocol: http
+          targetPort: 6080
+        - exposure: public
+          name: 6900-tcp
+          protocol: http
+          targetPort: 6900
+          - exposure: public
+          name: 6901-tcp
+          protocol: http
+          targetPort: 6901
\ No newline at end of file
-- 
GitLab