Skip to content

Commit

Permalink
fix description typo and update algorand capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Harby committed May 27, 2024
1 parent 4c0467e commit 8a6cbcb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/grid_client/scripts/applications/algorand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function cancel(client, vms) {
async function main() {
const name = "newalgorand";
const grid3 = await getClient(`algorand/${name}`);
const instanceCapacity = { cru: 2, mru: 4, sru: 50 }; // Update the instance capacity values according to your requirements.
const instanceCapacity = { cru: 2, mru: 4, sru: 100 }; // Update the instance capacity values according to your requirements.

//VMNode Selection
const vmQueryOptions: FilterOptions = {
Expand Down Expand Up @@ -81,7 +81,7 @@ async function main() {
},
],
metadata: "",
description: "test deploying Presearch via ts grid3 client",
description: "test deploying Algorand via ts grid3 client",
};

//Deploy VMs
Expand Down
2 changes: 1 addition & 1 deletion packages/grid_client/scripts/applications/discourse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function main() {
},
],
metadata: "",
description: "test deploying DisCourse via ts grid3 client",
description: "test deploying Discourse via ts grid3 client",
};

//Deploy VMs
Expand Down
2 changes: 1 addition & 1 deletion packages/grid_client/scripts/applications/nextcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function main() {
},
],
metadata: "",
description: "test deploying NextCloud via ts grid3 client",
description: "test deploying Nextcloud via ts grid3 client",
};

//Deploy VMs
Expand Down
2 changes: 1 addition & 1 deletion packages/grid_client/scripts/applications/subsquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async function main() {
},
],
metadata: "",
description: "test deploying Taiga via ts grid3 client",
description: "test deploying Subsquid via ts grid3 client",
};

//Deploy VMs
Expand Down

0 comments on commit 8a6cbcb

Please sign in to comment.