blob: eda5de2ac35048e246f8523fbc87c546f2baab4d [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{
5 "id": "canvas",
6 "sshPrivateKey": "",
7 "config": {
8 "service": [{
gioaf7e6432025-04-17 18:46:05 +04009 "name": "c36",
giofc441e32024-11-11 16:26:14 +040010 "type": "golang:1.24.0",
11 "source": {
12 "repository": "https://code.v1.dodo.cloud/pcloud",
giof55ab362025-04-11 17:48:17 +040013 "branch": "main",
gioc555e0a2025-04-17 11:03:45 +040014 "rootDir": "apps/canvas/server"
giofc441e32024-11-11 16:26:14 +040015 },
giof55ab362025-04-11 17:48:17 +040016 "ports": [{
gioc555e0a2025-04-17 11:03:45 +040017 "name": "web",
18 "value": 8080
giof55ab362025-04-11 17:48:17 +040019 }],
gioc555e0a2025-04-17 11:03:45 +040020 "ingress": [{
21 "network": "private",
gioaf7e6432025-04-17 18:46:05 +040022 "subdomain": "c36",
gioc555e0a2025-04-17 11:03:45 +040023 "port": { "name": "web" }
24 }],
25 "dev": {
26 "enabled": true,
27 "username": "gio"
28 }
29 }]
giofc441e32024-11-11 16:26:14 +040030 }
31}