| commit | 379ff06c5691795c2a65032e9cc28e25c8b27d5d | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Jun 24 13:09:47 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Jun 24 13:22:09 2025 +0400 |
| tree | 1f970e6315094a73bec65b1abeac792c6f4d0308 | |
| parent | 691483264b84abdbee3d889fd3c0ae2754b99fa5 [diff] [blame] |
DodoApp: Discriminate between Agent access endpoint and regular HTTPS Change-Id: I063a33328b27004cf4e9c7020c2a93c1b52ffb73
diff --git a/core/installer/dodo_app_test.go b/core/installer/dodo_app_test.go index d4dc1a4..6ebf98e 100644 --- a/core/installer/dodo_app_test.go +++ b/core/installer/dodo_app_test.go
@@ -650,6 +650,13 @@ "type": "sketch:latest", "name": "dev", "geminiApiKey": "foo", + "ingress": [{ + "network": "private", + "subdomain": "foo", + "port": { + "name": "agent" + } + }], "ports": [ { "name": "agent",