Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
tinkerbell-sandbox: reduce provisioner resources
Browse files Browse the repository at this point in the history
To make it more approachable on smaller machines.

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Dec 2, 2020
1 parent 73955b0 commit f18ba1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/terraform-modules/tinkerbell-sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ resource "libvirt_volume" "provisioner" {

resource "libvirt_domain" "provisioner" {
name = "${local.base_name}-provisioner"
vcpu = 4
memory = 4096
vcpu = 2
memory = 2048

disk {
volume_id = libvirt_volume.provisioner.id
Expand Down
2 changes: 1 addition & 1 deletion pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f18ba1a

Please sign in to comment.