Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compute templates #575

Merged
merged 6 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tembo-operator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "controller"
description = "Tembo Operator for Postgres"
version = "0.36.1"
version = "0.36.2"
edition = "2021"
default-run = "controller"
license = "Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions tembo-operator/src/stacks/templates/data_warehouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ images:
16: "dw-cnpg:16-a0a5ab5"
stack_version: 0.1.0
compute_templates:
- cpu: 0.25
memory: 1Gi
instance_class: GeneralPurpose
- cpu: 2
memory: 8Gi
instance_class: GeneralPurpose
Expand Down
5 changes: 0 additions & 5 deletions tembo-operator/src/stacks/templates/gis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,3 @@ extensions:
- database: postgres
enabled: true
version: 3.4.0
- name: mobilitydb
locations:
- database: postgres
enabled: true
version: 1.1.0
3 changes: 3 additions & 0 deletions tembo-operator/src/stacks/templates/mongo_alternative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ appServices:
cpu: 400m
memory: 256Mi
compute_templates:
- cpu: 0.25
memory: 1Gi
instance_class: GeneralPurpose
- cpu: 1
memory: 4Gi
instance_class: GeneralPurpose
Expand Down
3 changes: 3 additions & 0 deletions tembo-operator/src/stacks/templates/olap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ compute_templates:
- cpu: 8
memory: 16Gi
instance_class: ComputeOptimized
- cpu: 16
memory: 32Gi
instance_class: ComputeOptimized
- cpu: 0.5
memory: 4Gi
instance_class: MemoryOptimized
Expand Down
Loading