From b5ede81d607a52c2e3cd9122b4091c8ac24be812 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 29 Jun 2024 17:23:05 +0300 Subject: backend disable --- tools/loki-promtail/values.yaml | 46 ++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 19 deletions(-) (limited to 'tools/loki-promtail') diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index 6cc2f51..4b10084 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -28,25 +28,33 @@ loki: singleBinary: replicas: 1 - persistence: - enabled: true - size: 50Gi - gateway: - replicas: 0 - backend: - replicas: 0 - read: - replicas: 0 - write: - replicas: 0 - chunksCache: - enabled: false - resultsCache: - enabled: false - lokiCanary: - enabled: false - test: - enabled: false + resources: + limits: + cpu: 3 + memory: 4Gi + requests: + cpu: 2 + memory: 2Gi + extraEnv: + # Keep a little bit lower than memory limits + - name: GOMEMLIMIT + value: 3750MiB + gateway: + replicas: 0 + backend: + replicas: 0 + read: + replicas: 0 + write: + replicas: 0 + chunksCache: + enabled: false + resultsCache: + enabled: false + lokiCanary: + enabled: false + test: + enabled: false promtail: fullnameOverride: promtail config: -- cgit 1.4.1-2-gfad0