Skip to content

Commit

Permalink
feat: update environment variables
Browse files Browse the repository at this point in the history
Changed environment variables from `QOS` to `MONITORING`.
  • Loading branch information
jboix committed Oct 15, 2024
1 parent c997d63 commit 68f9df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "8081:8081"
environment:
- PILLARBOX_MONITORING_OPENSEARCH_URI=http://opensearch:9200
- PILLARBOX_MONITORING_SSE_URI=http://pillarbox-event-dispatcher:8080/events
- PILLARBOX_MONITORING_DISPATCH_URI=http://pillarbox-event-dispatcher:8080/events

opensearch:
image: opensearchproject/opensearch:2.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "aws_ecs_task_definition" "transfer_task" {
# Environment variables for connecting to SSE and OpenSearch services
environment = [
{
name = "PILLARBOX_MONITORING_SSE_URI"
name = "PILLARBOX_MONITORING_DISPATCH_URI"
value = "http://${aws_service_discovery_service.dispatch_service_discovery.name}.${aws_service_discovery_private_dns_namespace.service_discovery_namespace.name}:8080/events"
},
{
Expand Down

0 comments on commit 68f9df3

Please sign in to comment.