Barry Melbourne
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Vagrantfile
|
|
@ -43,7 +43,7 @@ $num_instances ||= 3 |
|
|
|
$instance_name_prefix ||= "k8s" |
|
|
|
$vm_gui ||= false |
|
|
|
$vm_memory ||= 2048 |
|
|
|
$vm_cpus ||= 1 |
|
|
|
$vm_cpus ||= 2 |
|
|
|
$shared_folders ||= {} |
|
|
|
$forwarded_ports ||= {} |
|
|
|
$subnet ||= "172.18.8" |
|
|
|