blob: b018cdbf059ea4c4d626c70c515e32c193e33c29 [file] [log] [blame]
POST http://appmanager.hgrz-appmanager.svc.cluster.local/api/dodo-app
Content-Type: application/json
{
"config": {
"service": [
{
"dev": {
"enabled": true,
"username": "gio"
},
"ingress": [
{
"auth": {
"enabled": true
},
"network": "public",
"port": {
"name": "web"
},
"subdomain": "canvas"
}
],
"name": "canvas",
"ports": [
{
"name": "web",
"value": 8080
}
],
"source": {
"branch": "main",
"repository": "https://code.v1.dodo.cloud/pcloud",
"rootDir": "apps/canvas"
},
"type": "nodejs:23.1.0"
}
]
}
}