Skip to content

Commit

Permalink
Adding vpc cidr config param for managed services
Browse files Browse the repository at this point in the history
  • Loading branch information
sijo5722-2021 committed Jul 9, 2024
1 parent 194b1cc commit 1686c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/k8s/default-config/cluster-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ nodes:
workload-class.mojaloop.io/RDBMS-ALS-LIVE: "enabled"
workload-class.mojaloop.io/MONITORING: "enabled"
vpc_cidr: "10.106.0.0/23"
managed_vpc_cidr: "10.28.0.0/23"
enable_k6s_test_harness: false
k6s_docker_server_instance_type: "m5.large"
master_node_supports_traffic: true
Expand Down
2 changes: 2 additions & 0 deletions terraform/k8s/managed-services/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ include "root" {
inputs = {
tags = local.tags
deployment_name = local.CLUSTER_NAME
vpc_cidr = local.env_vars.managed_vpc_cidr


managed_stateful_resources_config_file = find_in_parent_folders("${get_env("CONFIG_PATH")}/mojaloop-stateful-resources-managed.yaml")
platform_stateful_resources_config_file = find_in_parent_folders("${get_env("CONFIG_PATH")}/platform-stateful-resources.yaml")
Expand Down

0 comments on commit 1686c4d

Please sign in to comment.