From 51ea481f3e49415efb93b7b9bd3834285773088b Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 12 Apr 2024 00:02:50 +0200 Subject: [PATCH] fix(infra-logging): update loki to single-binary deployment --- infra-logging/templates/loki/release.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/infra-logging/templates/loki/release.yaml b/infra-logging/templates/loki/release.yaml index eab0dc3..bd796a7 100644 --- a/infra-logging/templates/loki/release.yaml +++ b/infra-logging/templates/loki/release.yaml @@ -21,14 +21,29 @@ spec: {{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }} interval: 10m values: + deploymentMode: SingleBinary singleBinary: replicas: 1 + backend: + replicas: 0 + read: + replicas: 0 + write: + replicas: 0 loki: commonConfig: replication_factor: 1 storage: type: "filesystem" auth_enabled: false + schemaConfig: + - from: 2024-04-01 + store: tsdb + object_store: filesystem + schema: v13 + index: + prefix: index_ + period: 24h monitoring: dashboards: labels: