Skip to content

Commit

Permalink
fix: Fixing grafana-agent endpoint for logging integration in sdcore-…
Browse files Browse the repository at this point in the history
…user-plane-k8s (#16)
  • Loading branch information
Gmerold authored Mar 7, 2024
1 parent 69cbc2b commit 079e2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdcore-user-plane-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "juju_integration" "upf-logging" {

application {
name = module.grafana-agent.app_name
endpoint = module.grafana-agent.logging_consumer_endpoint
endpoint = module.grafana-agent.logging_provider_endpoint
}
}

Expand Down

0 comments on commit 079e2d4

Please sign in to comment.