Skip to content

Commit

Permalink
Deploy infrastructure to eu-central-region
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 17, 2024
1 parent b4d60e0 commit 6dfbf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ resources:
limits:
cpu: 20m
memory: 128Mi
flags:
watchSingleNamespace: ""
VALUES
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/k8s-addons/eks-gha-runner-scale-set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ githubConfigSecret:
github_token: "${local.kube_github_runner_github_token}"
maxRunners: 5
minRunners: 0
minRunners: 1
runnerGroup: "default"
Expand Down

0 comments on commit 6dfbf61

Please sign in to comment.