diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index aff5d6d..c958f69 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -40,7 +40,9 @@ jobs: - name: Init OpenTofu working-directory: infra/iac - run: tofu init + run: | + tofu init + tofu taint proxmox_virtual_environment_vm.VM_Kubernetes_01 - name: Plan working-directory: infra/iac diff --git a/proxmox.tf b/proxmox.tf index 8223f53..7886619 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { } memory { - dedicated = 2048 + dedicated = 4096 } # Configuração do disco rígido