fix: wrong prometheus adapter format url

This commit is contained in:
Pierre Mavro
2021-04-06 22:15:41 +02:00
committed by Pierre Mavro
parent f744aa48f9
commit 07d1bd04bb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ resource "helm_release" "prometheus-adapter" {
set {
name = "prometheus.url"
value = "prometheus-operated.${helm_release.prometheus_operator.namespace}.svc"
value = "http://prometheus-operated.${helm_release.prometheus_operator.namespace}.svc"
}
# PDB

View File

@@ -18,7 +18,7 @@ resource "helm_release" "prometheus-adapter" {
set {
name = "prometheus.url"
value = "prometheus-operated.${helm_release.prometheus_operator.namespace}.svc"
value = "http://prometheus-operated.${helm_release.prometheus_operator.namespace}.svc"
}
# PDB