From 32d969758f39fd2b601710569c6c816613d5db47 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Mon, 21 Feb 2022 08:22:42 +0100 Subject: [PATCH] Remove temporary loki fix Fixes loki not starting after upgrading to chart 2.10.1 --- flux2/apps/monitoring/loki-values-configmap.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flux2/apps/monitoring/loki-values-configmap.yaml b/flux2/apps/monitoring/loki-values-configmap.yaml index c8ba88c9e..3aa384a11 100644 --- a/flux2/apps/monitoring/loki-values-configmap.yaml +++ b/flux2/apps/monitoring/loki-values-configmap.yaml @@ -20,16 +20,6 @@ data: - ReadWriteOnce size: 10Gi annotations: {} - # Prevent RO filesystem on /tmp - # https://open.greenhost.net/stackspin/stackspin/-/issues/1033 - # Can get removed once https://github.com/grafana/helm-charts/issues/609 - # is fixed also for the loki helm chart. - extraVolumes: - - name: tmp - emptyDir: {} - extraVolumeMounts: - - name: tmp - mountPath: /tmp config: ingester: chunk_idle_period: 30m -- GitLab