From e166d337db64f7214e17f4b73786a30b5f46da54 Mon Sep 17 00:00:00 2001 From: Sean-notebook Date: Tue, 7 May 2024 16:18:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20ArgoCD=20=EC=A0=95=EC=83=81=ED=99=94=20-?= =?UTF-8?q?=20schema=5Fconfig=20=EC=84=A4=EC=A0=95=20=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: #15 --- charts/jsvill-chart/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/jsvill-chart/values.yaml b/charts/jsvill-chart/values.yaml index 9313a78..c934eed 100644 --- a/charts/jsvill-chart/values.yaml +++ b/charts/jsvill-chart/values.yaml @@ -6,6 +6,16 @@ prometheus: adminPassword: '1730' loki: + enabled: true + schema_config: + configs: + - from: 2020-10-24 + store: boltdb-shipper + object_store: filesystem + schema: v11 + index: + prefix: index_ + period: 24h minio: enabled: true size: 3Gi