diff --git a/devfile.yaml b/devfile.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b70d8c6352f476b7d0e5cf8786fbf2a62541767e
--- /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