| gio | af7e643 | 2025-04-17 18:46:05 +0400 | [diff] [blame] | 1 | POST http://appmanager.hgrz-appmanager.svc.cluster.local/api/dodo-app |
| gio | fc441e3 | 2024-11-11 16:26:14 +0400 | [diff] [blame] | 2 | Content-Type: application/json |
| 3 | |
| 4 | { |
| gio | fc441e3 | 2024-11-11 16:26:14 +0400 | [diff] [blame] | 5 | "config": { |
| gio | fd8202a | 2025-05-17 07:03:12 +0400 | [diff] [blame^] | 6 | "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 | ] |
| gio | fc441e3 | 2024-11-11 16:26:14 +0400 | [diff] [blame] | 39 | } |
| 40 | } |