File tree Expand file tree Collapse file tree
terraform/implementations/aws/infra Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Environment name (infra component)
2- cluster_name = " vmtest "
2+ cluster_name = " soil0 "
33# MOSIP's domain (ex: sandbox.xyz.net)
4- cluster_env_domain = " vmtest .mosip.net"
4+ cluster_env_domain = " soil0 .mosip.net"
55# Email-ID will be used by certbot to notify SSL certificate expiry via email
66mosip_email_id = " chandra.mishra@technoforte.co.in"
77# SSH login key name for AWS node instances (ex: my-ssh-key)
@@ -18,9 +18,9 @@ aws_provider_region = "ap-south-1"
1818# - Capacity exclusions are optional and configurable below
1919
2020# The instance type for Kubernetes nodes (control plane, worker, etcd)
21- k8s_instance_type = " t3 .2xlarge"
21+ k8s_instance_type = " t3a .2xlarge"
2222# The instance type for Nginx server (load balancer)
23- nginx_instance_type = " t3 .2xlarge"
23+ nginx_instance_type = " t3a .2xlarge"
2424
2525# Optional: Exclude specific AZs due to known capacity issues
2626# Leave empty for fully dynamic behavior (recommended)
You can’t perform that action at this time.
0 commit comments