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 @@ -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 = " t3a .2xlarge"
21+ k8s_instance_type = " t3 .2xlarge"
2222# The instance type for Nginx server (load balancer)
23- nginx_instance_type = " t3a .2xlarge"
23+ nginx_instance_type = " t3 .2xlarge"
2424
2525# Optional: Exclude specific AZs due to known capacity issues
2626# Leave empty for fully dynamic behavior (recommended)
@@ -48,11 +48,11 @@ nginx_node_ebs_volume_size_2 = 200 # Enable second EBS volume for PostgreSQL tes
4848k8s_instance_root_volume_size = 64
4949
5050# Control-plane, ETCD, Worker
51- k8s_control_plane_node_count = 3
51+ k8s_control_plane_node_count = 1
5252# ETCD, Worker
53- k8s_etcd_node_count = 3
53+ k8s_etcd_node_count = 1
5454# Worker
55- k8s_worker_node_count = 2
55+ k8s_worker_node_count = 1
5656
5757# Rancher Import Configuration
5858
You can’t perform that action at this time.
0 commit comments