From 55ea9b7b0261684851d4770d0a3ee9c62706ca83 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 18:15:01 +0000 Subject: [PATCH 1/2] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From bbacb525e4778fbd7a3bb5741b90ecc9fe395abd Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 18:15:27 +0000 Subject: [PATCH 2/2] Update proxmox.tf --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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