From d82ea7dddef2f046ea46ca66d8352fd8105ce91e Mon Sep 17 00:00:00 2001 From: "kai [they]" Date: Tue, 21 Nov 2023 06:37:46 -0500 Subject: [PATCH] Scale up (#9) https://tech.lgbt/@coilysiren/111445726614807042 image --- infrastructure/foundation/main.tf | 2 +- infrastructure/kubeconfig.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/foundation/main.tf b/infrastructure/foundation/main.tf index 3313bf7..6e753cc 100644 --- a/infrastructure/foundation/main.tf +++ b/infrastructure/foundation/main.tf @@ -129,7 +129,7 @@ module "gke" { node_pools = [ { name = "primary" - machine_type = "e2-micro" + machine_type = "e2-small" min_count = 1 max_count = 1 auto_repair = true diff --git a/infrastructure/kubeconfig.yml b/infrastructure/kubeconfig.yml index 06f41be..c5e40d8 100644 --- a/infrastructure/kubeconfig.yml +++ b/infrastructure/kubeconfig.yml @@ -37,7 +37,7 @@ items: app: application spec: containers: - - image: us-central1-docker.pkg.dev/root-territory-384205/repository/gke-test-2:dns-21c2dd5-kai + - image: us-central1-docker.pkg.dev/root-territory-384205/repository/gke-test-2:main-2b9bd06-kai name: application ports: - containerPort: 8080