Skip to content

Commit

Permalink
Update worker application replica number
Browse files Browse the repository at this point in the history
starts one worker instance
  • Loading branch information
fumimowdan committed Sep 14, 2023
1 parent e763b36 commit e1449f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module "worker_application" {
kubernetes_secret_name = module.application_configuration.kubernetes_secret_name

docker_image = var.app_docker_image
replicas = 0
replicas = 1
command = ["bundle", "exec", "sidekiq", "-C", "./config/sidekiq.yml"]
probe_command = ["pgrep", "-f", "sidekiq"]
}

0 comments on commit e1449f5

Please sign in to comment.