Skip to content

Commit 36b728a

Browse files
committed
hack/observability: disable unused loki-gateway
Signed-off-by: Stefan Büringer [email protected]
1 parent 3433393 commit 36b728a

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)