Skip to content

Commit

Permalink
Merge pull request #4 from SCT-Engineering/crashy
Browse files Browse the repository at this point in the history
hints for s3
  • Loading branch information
morga471 committed Oct 10, 2024
2 parents 5bb3429 + 027b52b commit 72c4c74
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ resource "helm_release" "tempo" {
values = [file("${path.module}/tempo_values.yaml")]


# set {
# name = "tempo.storage.trace.backend"
# value = "s3"
# }
# set {
# name = "tempo.storage.trace.s3.insecure"
# value = "false"
# }
set {
name = "tempo.storage.trace.backend"
value = "s3"
}
set {
name = "tempo.storage.trace.s3.insecure"
value = "false"
}
# set {
# name = "replicas"
# value = "3"
Expand All @@ -71,10 +71,10 @@ resource "helm_release" "tempo" {
name = "tempo.storage.trace.s3.bucket"
value = module.tempo-s3.s3_bucket_id
}
# set {
# name = "tempo.storage.trace.s3.endpoint"
# value = "s3.${var.region}.amazonaws.com"
# }
set {
name = "tempo.storage.trace.s3.endpoint"
value = "s3.${var.region}.amazonaws.com"
}
set {
name = "tempo.metricsGenerator.remoteWriteUrl"
value = "http://${var.prometheus_svc}.${var.prometheus_namespace}:${var.prometheus_port}/api/v1/write"
Expand Down

0 comments on commit 72c4c74

Please sign in to comment.