[ci skip] Disable gateway/canary/cache, increase timeout for Loki deploy
This commit is contained in:
parent
69aae2ec9d
commit
fea7c6cbb1
2 changed files with 11 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ resource "helm_release" "loki" {
|
||||||
chart = "loki"
|
chart = "loki"
|
||||||
|
|
||||||
values = [templatefile("${path.module}/loki.yaml", {})]
|
values = [templatefile("${path.module}/loki.yaml", {})]
|
||||||
atomic = true
|
timeout = 600
|
||||||
timeout = 300
|
|
||||||
|
|
||||||
depends_on = [kubernetes_config_map.loki_alert_rules]
|
depends_on = [kubernetes_config_map.loki_alert_rules]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -100,3 +100,13 @@ bloomCompactor:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
bloomGateway:
|
bloomGateway:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
|
|
||||||
|
# Disable optional components for single binary mode
|
||||||
|
gateway:
|
||||||
|
enabled: false
|
||||||
|
lokiCanary:
|
||||||
|
enabled: false
|
||||||
|
chunksCache:
|
||||||
|
enabled: false
|
||||||
|
resultsCache:
|
||||||
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue