diff --git a/main.tf b/main.tf index 698c3f00..76c941a2 100644 --- a/main.tf +++ b/main.tf @@ -106,15 +106,7 @@ provider "helm" { # comment = "VLAN 99" # } -# provider "proxmox" { -# pm_debug = true -# pm_api_url = "https://10.0.10.105:8006/api2/json" -# # pm_user = "root" -# # pm_password = "wizard" -# pm_tls_insecure = true -# pm_api_token_secret = "af5e99b1-db75-4e3a-b585-b6114005fcec" -# pm_api_token_id = "root@pam!terraform" -# } + # resource "proxmox_vm_qemu" "k8s-master-pve" { # name = "test" diff --git a/modules/kubernetes/finance_app/main.tf b/modules/kubernetes/finance_app/main.tf index 39abd8b7..3bbe9373 100644 --- a/modules/kubernetes/finance_app/main.tf +++ b/modules/kubernetes/finance_app/main.tf @@ -96,12 +96,12 @@ resource "kubernetes_deployment" "finance_app" { image = "viktorbarzin/finance-app:latest" name = "finance-app" image_pull_policy = "Always" - resources { - limits = { - cpu = "2000m" - memory = "2Gi" - } - } + # resources { + # limits = { + # cpu = "1" + # memory = "2Gi" + # } + # } env { name = "ENVIRONMENT" diff --git a/terraform.tfstate b/terraform.tfstate index 35fd19bd..d0d1e894 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ