mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: wrong prometheus adapter format url
This commit is contained in:
committed by
Pierre Mavro
parent
f744aa48f9
commit
07d1bd04bb
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user