VirtualMachines: Support auto creation of the config files

Mount using virtiofs

Change-Id: I77c5282b7bb1ad55df6ddfe0e4e53757b94f11e8
diff --git a/core/installer/canvas-app.cue b/core/installer/canvas-app.cue
index 3f41047..eda5de2 100644
--- a/core/installer/canvas-app.cue
+++ b/core/installer/canvas-app.cue
@@ -1,4 +1,4 @@
-POST http://localhost:8080/api/dodo-app
+POST http://appmanager.hgrz-appmanager.svc.cluster.local/api/dodo-app
 Content-Type: application/json
 
 {
@@ -6,7 +6,7 @@
   "sshPrivateKey": "",
   "config": {
 	"service": [{
-		"name": "c1",
+		"name": "c36",
 		"type": "golang:1.24.0",
 		"source": {
 			"repository": "https://code.v1.dodo.cloud/pcloud",
@@ -19,28 +19,7 @@
 		}],
 		"ingress": [{
 			"network": "private",
-			"subdomain": "c1",
-			"port": { "name": "web" }
-		}],
-		"dev": {
-			"enabled": true,
-			"username": "gio"
-		}
-	}, {
-		"name": "c2",
-		"type": "golang:1.24.0",
-		"source": {
-			"repository": "https://code.v1.dodo.cloud/pcloud",
-			"branch": "main",
-			"rootDir": "apps/canvas/server"
-		},
-		"ports": [{
-				 "name": "web",
-				 "value": 8080
-		}],
-		"ingress": [{
-			"network": "private",
-			"subdomain": "c2",
+			"subdomain": "c36",
 			"port": { "name": "web" }
 		}],
 		"dev": {