blob: b018cdbf059ea4c4d626c70c515e32c193e33c29 [file] [log] [blame]
gioaf7e6432025-04-17 18:46:05 +04001POST http://appmanager.hgrz-appmanager.svc.cluster.local/api/dodo-app
giofc441e32024-11-11 16:26:14 +04002Content-Type: application/json
3
4{
giofc441e32024-11-11 16:26:14 +04005 "config": {
giofd8202a2025-05-17 07:03:12 +04006 "service": [
7 {
8 "dev": {
9 "enabled": true,
10 "username": "gio"
11 },
12 "ingress": [
13 {
14 "auth": {
15 "enabled": true
16 },
17 "network": "public",
18 "port": {
19 "name": "web"
20 },
21 "subdomain": "canvas"
22 }
23 ],
24 "name": "canvas",
25 "ports": [
26 {
27 "name": "web",
28 "value": 8080
29 }
30 ],
31 "source": {
32 "branch": "main",
33 "repository": "https://code.v1.dodo.cloud/pcloud",
34 "rootDir": "apps/canvas"
35 },
36 "type": "nodejs:23.1.0"
37 }
38 ]
giofc441e32024-11-11 16:26:14 +040039 }
40}