| commit | 1364e437bf921780052f27d49f51682ffd1811f0 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sat Jun 29 11:39:18 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Jul 02 13:40:18 2024 +0400 |
| tree | 18d96f57728f02d66f5edae29d4d1a32996cd5df | |
| parent | 01cf5cbd1b3e86d325d3a487f2e45862ba04b167 [diff] [blame] |
DodoApp: Support volume requests Users can define volumes section under app, and for each volume corresponding env variable will be passed down to the application. Change-Id: I8da9d5e1ca652cdb2f0196fcba1b6242064d057f
diff --git a/core/installer/app_configs/testapp.cue b/core/installer/app_configs/testapp.cue index 2573c5c..8201ff6 100644 --- a/core/installer/app_configs/testapp.cue +++ b/core/installer/app_configs/testapp.cue
@@ -6,6 +6,7 @@ subdomain: "testapp" auth: enabled: false } + volumes: data: size: "1Gi" } // do create app --type=go[1.22.0] [--run-cmd=(*default main.go)]