mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-21 15:42:19 +00:00
bump VM specs
This commit is contained in:
parent
8d228f9ba0
commit
2d14363967
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@ vm-domain = "lab.local"
|
|||
# Control plane specs
|
||||
vm-control-count = "3"
|
||||
vm-control-cpu = "2"
|
||||
vm-control-ram = "2048"
|
||||
vm-control-ram = "4096"
|
||||
vm-control-disk-size = "30"
|
||||
vm-control-ip-address-start = "60"
|
||||
vm-control-name = "k8s-control"
|
||||
|
||||
# Worker specs
|
||||
vm-worker-count = "3"
|
||||
vm-worker-cpu = "1"
|
||||
vm-worker-ram = "1024"
|
||||
vm-worker-cpu = "4"
|
||||
vm-worker-ram = "8192"
|
||||
vm-worker-disk-size = "30"
|
||||
vm-worker-ip-address-start = "64"
|
||||
vm-worker-name = "k8s-worker"
|
||||
|
|
Loading…
Reference in a new issue