Skip to content

Commit

Permalink
Added intenal url for svcs created.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 8, 2023
1 parent 979db33 commit 10caacd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
output "alertmanager_internal_url" {
value = format("http://promethus-alertmanager.%v.svc.cluster.local:9093/", var.namespace)
}

output "headless_alertmanager_internal_url" {
value = format("http://promethus-alertmanager-headless.%v.svc.cluster.local:9093/", var.namespace)
}

output "prometheus_server_internal_url" {
value = format("http://promethus-prometheus-server.%v.svc.cluster.local/", var.namespace)
}

0 comments on commit 10caacd

Please sign in to comment.