Skip to content

Commit

Permalink
Merge pull request #32 from SmartColumbusOS/update_postgres_version
Browse files Browse the repository at this point in the history
Updating postgres version to reflect auto upgrade
  • Loading branch information
Jarred-Olson-Accenture authored Oct 28, 2020
2 parents c799ae0 + ea06b1d commit b6e0997
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions chart/prod_values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
kubernetes-data-platform:
presto:
query:
maxMemory: 5GB
maxMemoryPerNode: 2.5GB
maxTotalMemoryPerNode: 2.6GB
maxMemory: 10GB
maxMemoryPerNode: 5GB
maxTotalMemoryPerNode: 5.5GB
heapHeadroomPerNode: 0.75GB
jvm:
maxHeapSize: 5120M
maxHeapSize: 10240M
deploy:
container:
resources:
limits:
memory: 6Gi
memory: 12Gi
cpu: 3
requests:
memory: 6Gi
memory: 12Gi
cpu: 3
task:
writerCount: 1
writerCount: 4
14 changes: 7 additions & 7 deletions chart/staging_values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
kubernetes-data-platform:
presto:
query:
maxMemory: 5GB
maxMemoryPerNode: 2.5GB
maxTotalMemoryPerNode: 2.6GB
maxMemory: 10GB
maxMemoryPerNode: 5GB
maxTotalMemoryPerNode: 5.5GB
heapHeadroomPerNode: 0.75GB
jvm:
maxHeapSize: 5120M
maxHeapSize: 10240M
deploy:
container:
resources:
limits:
memory: 6Gi
memory: 12Gi
cpu: 3
requests:
memory: 6Gi
memory: 12Gi
cpu: 3
task:
writerCount: 1
writerCount: 4
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "local_file" "kubeconfig" {
}

module "metastore_database" {
source = "[email protected]:SmartColumbusOS/scos-tf-rds?ref=1.4.0"
source = "[email protected]:SmartColumbusOS/scos-tf-rds?ref=1.4.2"

prefix = "${var.environment}-metastore"
identifier = "${var.environment}-hive-metastore"
Expand Down

0 comments on commit b6e0997

Please sign in to comment.