Skip to content

Commit

Permalink
Merge pull request #6774 from ministryofjustice/chore/apc-runner-repl…
Browse files Browse the repository at this point in the history
…icas

⏫ Increase replica count for create-a-derived-table and airflow
  • Loading branch information
Jacob Woffenden authored Jun 27, 2024
2 parents fd06c2d + 75a5f4a commit b56ccea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "helm_release" "actions_runner_mojas_create_a_derived_table" {
templatefile(
"${path.module}/src/helm/values/actions-runners/create-a-derived-table/values.yml.tftpl",
{
replicaCount = 2
replicaCount = 5
github_organisation = "moj-analytical-services"
github_repository = "create-a-derived-table"
github_token = data.aws_secretsmanager_secret_version.actions_runners_create_a_derived_table[0].secret_string
Expand Down Expand Up @@ -75,7 +75,7 @@ resource "helm_release" "actions_runner_mojas_airflow" {
templatefile(
"${path.module}/src/helm/values/actions-runners/airflow/values.yml.tftpl",
{
replicaCount = 2
replicaCount = 5
github_organisation = "moj-analytical-services"
github_repository = "airflow"
github_token = data.aws_secretsmanager_secret_version.actions_runners_airflow[0].secret_string
Expand Down

0 comments on commit b56ccea

Please sign in to comment.