From 5f1a044b58f0ae6d804bf661893348ff0f172128 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 10 Mar 2025 20:28:15 -0400 Subject: [PATCH] guess --- values/loki.yml.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/values/loki.yml.tpl b/values/loki.yml.tpl index 3369e6e..6a2b1e1 100644 --- a/values/loki.yml.tpl +++ b/values/loki.yml.tpl @@ -53,7 +53,6 @@ backend: minReplicas: 1 targetCPUUtilizationPercentage: 80 persistence: - enabled: true storageClass: ${rwo_storage_class} replicas: 1 replication_factor: 1 @@ -152,7 +151,6 @@ serviceAccount: annotations: eks.amazonaws.com/role-arn: ${iam_role_arn} persistence: - enabled: true storageClass: ${rwo_storage_class} replicas: 2 resources: @@ -179,7 +177,6 @@ test: enabled: false write: persistence: - enabled: true storageClass: ${rwo_storage_class} replicas: 2 autoscaling: @@ -197,5 +194,5 @@ write: - name: data mountPath: /data extraVolumes: - - name: data + - name: loki emptyDir: {}