Skip to content

Commit 7b4bcf0

Browse files
authored
Merge pull request #8794 from sbueringer/pr-disable-loki-gateway
🌱 hack/observability: disable unused loki-gateway
2 parents 392c09c + 36b728a commit 7b4bcf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/observability/loki/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ loki:
1616
limits_config:
1717
ingestion_rate_mb: 1024
1818
ingestion_burst_size_mb: 1024
19+
1920
singleBinary:
2021
replicas: 1
2122

23+
gateway:
24+
enabled: false
25+
2226
# We are disabling basically everything because we just want
2327
# Loki and no additional monitoring.
2428
monitoring:

0 commit comments

Comments
 (0)