blob: 42bc95dc40385aa9bc548af7a550425556f76ddd [file] [log] [blame]
gioe65d9a92025-06-19 09:02:32 +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": {
gioe65d9a92025-06-19 09:02:32 +04006 "input": {
7 "sketch_dev_gemini_api_key": "AIzaSyAx_vF0HJyT55A09iXtjPhf2JocNOGaWCo"
8 },
9 "agent": [
giofd8202a2025-05-17 07:03:12 +040010 {
gioe65d9a92025-06-19 09:02:32 +040011 "name": "dev",
giofd8202a2025-05-17 07:03:12 +040012 "ingress": [
13 {
gioe65d9a92025-06-19 09:02:32 +040014 "network": "private",
giofd8202a2025-05-17 07:03:12 +040015 "port": {
gioe65d9a92025-06-19 09:02:32 +040016 "value": 2001
giofd8202a2025-05-17 07:03:12 +040017 },
gioe65d9a92025-06-19 09:02:32 +040018 "subdomain": "sketch"
giofd8202a2025-05-17 07:03:12 +040019 }
gioe65d9a92025-06-19 09:02:32 +040020 ]
giofd8202a2025-05-17 07:03:12 +040021 }
gioe65d9a92025-06-19 09:02:32 +040022 ]
giofc441e32024-11-11 16:26:14 +040023 }
24}