Skip to content

Commit

Permalink
Scale up (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 21, 2023
1 parent 2b9bd06 commit d82ea7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/foundation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/kubeconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d82ea7d

Please sign in to comment.