Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Haibread committed Apr 9, 2024
1 parent 8d22613 commit 1fa08b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions kubernetes-terraform/vars/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
cluster_controlplane_cpu = 4
cluster_controlplane_memory = 8192
cluster_controlplane_disk = 30
cluster_controlplane_count = 3
22 changes: 11 additions & 11 deletions kubernetes-terraform/vars/testing.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
cluster_controlplane_cpu = 2
cluster_controlplane_memory = 4096
cluster_controlplane_disk = 30
cluster_controlplane_count = 1

0 comments on commit 1fa08b2

Please sign in to comment.