From 1102fa86a8778cb8a0f75e268bdbce460cd9eb1a Mon Sep 17 00:00:00 2001 From: pavars Date: Wed, 24 May 2023 17:54:46 +0300 Subject: [PATCH] single-binary loki --- cluster-state/local/monitoring/loki.yaml | 25 ++++-------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/cluster-state/local/monitoring/loki.yaml b/cluster-state/local/monitoring/loki.yaml index aa3864a..53c6906 100644 --- a/cluster-state/local/monitoring/loki.yaml +++ b/cluster-state/local/monitoring/loki.yaml @@ -161,6 +161,9 @@ spec: # Should authentication be enabled auth_enabled: false + commonConfig: + replication_factor: 1 + # Limits config limits_config: enforce_metric_name: false @@ -218,30 +221,10 @@ spec: # that it's working correctly lokiCanary: enabled: true - write: - replicas: 1 - # nodeSelector: - # role: monitoring - resources: - requests: - cpu: "100m" - memory: 500Mi tableManager: enabled: false - read: - replicas: 1 - legacyReadTarget: false - resources: - requests: - cpu: "100m" - memory: 500Mi - # Configuration for the backend pod(s) - backend: + singleBinary: replicas: 1 - resources: - requests: - cpu: "100m" - memory: 250Mi ingress: enabled: false