@@ -37,8 +37,8 @@ nginx_instance_type = "t3a.large"
3737# Optional: Exclude specific AZs due to known capacity issues
3838# Leave empty for fully dynamic behavior (recommended)
3939# Add AZs only if you experience repeated capacity issues
40- k8s_capacity_excluded_azs = [] # e.g., ["ap-south-1a"] if needed
41- nginx_capacity_excluded_azs = [] # e.g., ["ap-south-1a"] if needed
40+ k8s_capacity_excluded_azs = [] # e.g., ["ap-south-1a"] if needed
41+ nginx_capacity_excluded_azs = [] # e.g., ["ap-south-1a"] if needed
4242
4343# AMI ID (Ubuntu 24.04 LTS in ap-south-1)
4444ami = " ami-0ad21ae1d0696ad58"
@@ -50,11 +50,11 @@ zone_id = "Z090954828SJIEL6P5406"
5050vpc_name = " mosip-boxes"
5151
5252# Minimal storage configuration
53- nginx_node_root_volume_size = 20 # Smaller than infra (24)
54- nginx_node_ebs_volume_size = 100 # Smaller than infra (300)
53+ nginx_node_root_volume_size = 20 # Smaller than infra (24)
54+ nginx_node_ebs_volume_size = 100 # Smaller than infra (300)
5555# Second EBS volume for PostgreSQL (disabled for observ-infra)
56- nginx_node_ebs_volume_size_2 = 0 # Disabled for observability infrastructure
57- k8s_instance_root_volume_size = 32 # Smaller than infra (64)
56+ nginx_node_ebs_volume_size_2 = 0 # Disabled for observability infrastructure
57+ k8s_instance_root_volume_size = 32 # Smaller than infra (64)
5858
5959# Subdomains for observability services
6060subdomain_public = []
@@ -83,15 +83,15 @@ enable_rancher_import = false
8383rancher_import_url = " \" kubectl apply -f https://rancher.mosip.net/v3/import/dzshvnb6br7qtf267zsrr9xsw6tnb2vt4x68g79r2wzsnfgvkjq2jk_c-m-b5249w76.yaml\" "
8484
8585# Security group CIDRs
86- network_cidr = " 10.0.0.0/16" # Use your actual VPC CIDR
87- WIREGUARD_CIDR = " 10.0.0.0/24" # Use your actual WireGuard VPN CIDR
86+ network_cidr = " 10.0.0.0/16" # Use your actual VPC CIDR
87+ WIREGUARD_CIDR = " 10.0.0.0/24" # Use your actual WireGuard VPN CIDR
8888
8989# PostgreSQL Configuration (used when second EBS volume is enabled)
9090postgresql_version = " 15"
91- storage_device = " /dev/nvme2n1"
92- mount_point = " /srv/postgres"
93- postgresql_port = " 5433"
91+ storage_device = " /dev/nvme2n1"
92+ mount_point = " /srv/postgres"
93+ postgresql_port = " 5433"
9494
9595# MOSIP Infrastructure Repository Configuration
9696mosip_infra_repo_url = " https://github.com/bhumi46/mosip-infra.git"
97- mosip_infra_branch = " main"
97+ mosip_infra_branch = " main"
0 commit comments