66# ============================================================
77
88# Environment name (infra component)
9- cluster_name = " <cluster-name> "
9+ cluster_name = " qajava21 "
1010
1111# MOSIP's domain (ex: sandbox.xyz.net)
12- cluster_env_domain = " <cluster-env-domain> "
12+ cluster_env_domain = " qajava21.mosip.net "
1313
1414# Email-ID will be used by certbot to notify SSL certificate expiry via email
15- mosip_email_id = " <email-id> "
15+ mosip_email_id = " thisisbn46@gmail.com "
1616
1717# SSH login key name for AWS node instances (ex: my-ssh-key)
18- ssh_key_name = " <ssh-key-name> "
18+ ssh_key_name = " mosip-aws "
1919
2020# The AWS region for resource creation
2121aws_provider_region = " ap-south-1"
@@ -24,7 +24,7 @@ aws_provider_region = "ap-south-1"
2424# If empty, uses all available AZs in the region
2525# Example: ["ap-south-1a", "ap-south-1b"] for specific AZs
2626# Example: [] for all available AZs in the region
27- specific_availability_zones = []
27+ specific_availability_zones = [" ap-south-1b " ]
2828
2929# The instance type for Kubernetes nodes (control plane, worker, etcd)
3030k8s_instance_type = " t3a.2xlarge"
@@ -33,7 +33,7 @@ k8s_instance_type = "t3a.2xlarge"
3333nginx_instance_type = " t3a.2xlarge"
3434
3535# The Route 53 hosted zone ID
36- zone_id = " <route53_zone_id> "
36+ zone_id = " Z090954828SJIEL6P5406 "
3737
3838# # UBUNTU 24.04
3939# The Amazon Machine Image ID for the instances
@@ -64,7 +64,7 @@ k8s_control_plane_node_count = 3
6464k8s_etcd_node_count = 3
6565
6666# Worker
67- k8s_worker_node_count = 2
67+ k8s_worker_node_count = 5
6868
6969# RKE2 Version Configuration
7070rke2_version = " v1.28.9+rke2r1"
@@ -77,7 +77,7 @@ WIREGUARD_CIDR = "172.0.0.0/8" # Use your actual WireGuard VPN CIDR
7777# Rancher Import URL
7878# Rancher Import Configuration
7979enable_rancher_import = true
80- rancher_import_url = " \" <rancher- import-url> \" "
80+ rancher_import_url = " \" kubectl apply -f https://rancher.mosip.net/v3/ import/ggpbd7pb6r2r4qbh2lr82lzzjp4tnkllsvnc27db55p6vbqd7j5rjq_c-r4wrn.yaml \" "
8181
8282# DNS Records to map
8383subdomain_public = [" resident" , " prereg" , " esignet" , " healthservices" , " signup" ]
@@ -93,10 +93,10 @@ postgresql_port = "5433"
9393# MOSIP Infrastructure Repository Configuration
9494mosip_infra_repo_url = " https://github.com/mosip/infra.git"
9595
96- mosip_infra_branch = " release-0.2.0 "
96+ mosip_infra_branch = " qajava21 "
9797
9898# VPC Configuration - Existing VPC to use (discovered by Name tag)
99- vpc_name = " <vpc-name> "
99+ vpc_name = " default "
100100
101101# ── ActiveMQ Configuration ─────────────────────────────────────────────────────
102102# Set enable_activemq_setup = true AND nginx_node_ebs_volume_size_3 > 0 to
@@ -108,4 +108,4 @@ nginx_node_ebs_volume_size_3 = 30 # Volume size in GB (e.g. 100); 0 = disabled
108108
109109activemq_storage_device = " /dev/nvme3n1"
110110activemq_mount_point = " /srv/activemq"
111- activemq_nfs_allowed_hosts = " *" # Restrict to cluster CIDR in production e.g. "10.0.0.0/8"
111+ activemq_nfs_allowed_hosts = " *" # Restrict to cluster CIDR in production e.g. "10.0.0.0/8"
0 commit comments