diff --git a/kubernetes-terraform/vars/production.tfvars b/kubernetes-terraform/vars/production.tfvars index 0ee37d7..fd5afb8 100644 --- a/kubernetes-terraform/vars/production.tfvars +++ b/kubernetes-terraform/vars/production.tfvars @@ -3,17 +3,17 @@ kubernetes_version = "v1.27.12+rke2r1" kubernetes_image_name = "Ubuntu-2404-cloudimg" #nodes -cluster_worker_count = 3 -cluster_worker_cpu = 6 +cluster_worker_count = 3 +cluster_worker_cpu = 6 cluster_worker_memory = 16384 -cluster_worker_disk = 40 +cluster_worker_disk = 40 -cluster_etcd_cpu = 4 -cluster_etcd_memory = 4096 -cluster_etcd_disk = 30 -cluster_etcd_count = 3 +cluster_etcd_cpu = 4 +cluster_etcd_memory = 4096 +cluster_etcd_disk = 30 +cluster_etcd_count = 3 -cluster_controlplane_cpu = 4 -cluster_controlplane_memory = 8192 -cluster_controlplane_disk = 30 -cluster_controlplane_count = 3 \ No newline at end of file +cluster_controlplane_cpu = 4 +cluster_controlplane_memory = 8192 +cluster_controlplane_disk = 30 +cluster_controlplane_count = 3 \ No newline at end of file diff --git a/kubernetes-terraform/vars/testing.tfvars b/kubernetes-terraform/vars/testing.tfvars index 59e7b02..ca00b21 100644 --- a/kubernetes-terraform/vars/testing.tfvars +++ b/kubernetes-terraform/vars/testing.tfvars @@ -3,17 +3,17 @@ kubernetes_version = "v1.27.12+rke2r1" kubernetes_image_name = "Ubuntu-2404-cloudimg" #nodes -cluster_worker_count = 1 -cluster_worker_cpu = 2 +cluster_worker_count = 1 +cluster_worker_cpu = 2 cluster_worker_memory = 4096 -cluster_worker_disk = 40 +cluster_worker_disk = 40 -cluster_etcd_cpu = 2 -cluster_etcd_memory = 4096 -cluster_etcd_disk = 30 -cluster_etcd_count = 1 +cluster_etcd_cpu = 2 +cluster_etcd_memory = 4096 +cluster_etcd_disk = 30 +cluster_etcd_count = 1 -cluster_controlplane_cpu = 2 -cluster_controlplane_memory = 4096 -cluster_controlplane_disk = 30 -cluster_controlplane_count = 1 \ No newline at end of file +cluster_controlplane_cpu = 2 +cluster_controlplane_memory = 4096 +cluster_controlplane_disk = 30 +cluster_controlplane_count = 1 \ No newline at end of file