Skip to content

Commit

Permalink
fix(loki): increase timeout and enable autoscaling for the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 10, 2023
1 parent 4b1b3fd commit 4e45eb4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ kind: HelmRelease
metadata:
name: loki
spec:
timeout: 10m
# timeout need to be increased because of https://github.com/grafana/loki/issues/9523#issuecomment-1655766287
timeout: 30m
interval: 30m
chart:
spec:
Expand Down Expand Up @@ -172,6 +173,8 @@ spec:
backend:
replicas: 3
autoscaling:
# enabling autoscaling for the backend, but we set minReplicas and maxReplicas to the same value
# this is a workaround for https://github.com/grafana/loki/issues/9523#issuecomment-1655766287
enabled: true
minReplicas: 3
maxReplicas: 3
Expand Down

0 comments on commit 4e45eb4

Please sign in to comment.