From be1cbde2db772a487a7c2f6b41e33e03bb2ad04d Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Mon, 6 May 2024 08:27:34 -0500 Subject: [PATCH 1/2] add dwh compute --- tembo-stacks/src/stacks/specs/data_warehouse.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tembo-stacks/src/stacks/specs/data_warehouse.yaml b/tembo-stacks/src/stacks/specs/data_warehouse.yaml index 3d55b93c6..5108153e0 100644 --- a/tembo-stacks/src/stacks/specs/data_warehouse.yaml +++ b/tembo-stacks/src/stacks/specs/data_warehouse.yaml @@ -11,6 +11,9 @@ compute_templates: - cpu: 0.25 memory: 1Gi instance_class: GeneralPurpose + - cpu: 0.5 + memory: 2Gi + instance_class: GeneralPurpose - cpu: 2 memory: 8Gi instance_class: GeneralPurpose From 6e2bbf1e12312104a130f928ccc64860e24e54e1 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Mon, 6 May 2024 08:27:57 -0500 Subject: [PATCH 2/2] bump toml --- tembo-stacks/Cargo.lock | 2 +- tembo-stacks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tembo-stacks/Cargo.lock b/tembo-stacks/Cargo.lock index 6d0cf85d3..076af7950 100644 --- a/tembo-stacks/Cargo.lock +++ b/tembo-stacks/Cargo.lock @@ -2294,7 +2294,7 @@ dependencies = [ [[package]] name = "tembo-stacks" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "controller", diff --git a/tembo-stacks/Cargo.toml b/tembo-stacks/Cargo.toml index 6799a8ee6..ed5c57686 100644 --- a/tembo-stacks/Cargo.toml +++ b/tembo-stacks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tembo-stacks" description = "Tembo Stacks for Postgres" -version = "0.5.8" +version = "0.5.9" authors = ["tembo.io"] edition = "2021" license = "Apache-2.0"