Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Feb 20, 2024
2 parents dbd58cd + 7cd6237 commit 4f84009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform-k8s-infrastructure/vars/terraform-dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ elasticsearch_data_nodes_type = "m5.large.elasticsearch"
x_rw_domain = "dev-api.resourcewatch.org"
namespaces = ["core", "aqueduct", "rw", "gfw", "prep", "climate-watch"]
fw_backend_url = "https://dev-fw-api.globalforestwatch.org"
require_api_key = true
require_api_key = false
6 changes: 3 additions & 3 deletions terraform/vars/terraform-dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ rds_instance_count = 1
db_instance_class = "db.t3.medium"
db_instance_count = 1
db_logs_exports = ["audit", "profiler"]
eks_version = "1.24"
eks_node_release_version = "1.24.7-20230105"
ebs_csi_addon_version = "v1.15.0-eksbuild.1"
eks_version = "1.25"
eks_node_release_version = "1.25.16-20240117"
ebs_csi_addon_version = "v1.27.0-eksbuild.1"
# apps_node_group_min_size = 1
# apps_node_group_max_size = 16
# apps_node_group_desired_size = 3
Expand Down

0 comments on commit 4f84009

Please sign in to comment.