Skip to content

Commit

Permalink
fix(thanos): remove memcached where uneeded
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Jan 22, 2021
1 parent 5a28bbb commit f7984ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/aws/thanos-storegateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@ resource "helm_release" "thanos-storegateway" {

depends_on = [
helm_release.kube-prometheus-stack,
helm_release.thanos-memcached
]
}
2 changes: 0 additions & 2 deletions modules/aws/thanos-tls-querier.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ resource "helm_release" "thanos-tls-querier" {
local.values_thanos-tls-querier[each.key]["values"],
each.value["default_global_requests"] ? local.values_thanos_global_requests : null,
each.value["default_global_limits"] ? local.values_thanos_global_limits : null,
local.thanos-memcached["enabled"] ? local.values_thanos_caching : null,
each.value["extra_values"]
])
namespace = local.thanos["create_ns"] ? kubernetes_namespace.thanos.*.metadata.0.name[0] : local.thanos["namespace"]

depends_on = [
helm_release.kube-prometheus-stack,
helm_release.thanos-memcached
]
}

Expand Down

0 comments on commit f7984ac

Please sign in to comment.