Skip to content

Commit

Permalink
add tempo integration requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 31, 2024
1 parent a2d5e42 commit 695a93a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ resource "helm_release" "prometheus" {
version = var.prometheus_chart_version
repository = "https://prometheus-community.github.io/helm-charts"

# Global
set {
name = "server.extraArgs.web.enable-remote-write-receiver"
value = "null"
# kubectl -n prometheus describe deployment prometheus-server
# Will show in the args list as:
# --web=map[enable-remote-write-receiver:<nil>]
}

# Prometheus chart:
set {
name = "configmapReload.prometheus.image.repository"
Expand Down

0 comments on commit 695a93a

Please sign in to comment.