Skip to content

Commit

Permalink
feat: route internal API calls to papi service 2
Browse files Browse the repository at this point in the history
  • Loading branch information
deeno35 authored and BrianKopp committed Jun 18, 2024
1 parent 43a08e3 commit 133ea11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/bigeye/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ module "monocle" {
BACKLOG = "512"
WORKERS = "2"
TIMEOUT = "900"
DATAWATCH_ADDRESS = "https://${local.datawatch_dns_name}"
DATAWATCH_ADDRESS = "https://${local.papi_dns_name}"
},
local.sentry_event_level_env_variable,
var.datadog_agent_enabled ? {
Expand Down Expand Up @@ -1449,7 +1449,7 @@ module "toretto" {
BACKLOG = "512"
WORKERS = "1"
TIMEOUT = "900"
DATAWATCH_ADDRESS = "https://${local.datawatch_dns_name}"
DATAWATCH_ADDRESS = "https://${local.papi_dns_name}"
},
local.sentry_event_level_env_variable,
var.toretto_additional_environment_vars,
Expand Down Expand Up @@ -1613,7 +1613,7 @@ module "scheduler" {
INSTANCE = var.instance
PORT = var.scheduler_port
DEPLOY_TYPE = "AWS"
DATAWATCH_ADDRESS = "https://${local.datawork_dns_name}"
DATAWATCH_ADDRESS = "https://${local.papi_dns_name}"
MAX_RAM_PERCENTAGE = "85"
SCHEDULER_ADDRESS = "http://localhost:${var.scheduler_port}"
SCHEDULER_THREADS = var.scheduler_threads
Expand Down

0 comments on commit 133ea11

Please sign in to comment.