From 86c208b4b47ab940a8412ec6fbe5fc41983f933c Mon Sep 17 00:00:00 2001 From: Andre Ziviani Date: Mon, 22 Jul 2024 16:15:53 -0300 Subject: [PATCH] chore: Update docs --- docs/sources/setup/install/helm/reference.md | 100 +++++++++++++++++++ production/helm/loki/CHANGELOG.md | 3 + 2 files changed, 103 insertions(+) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 8136018909684..514f0fa4a9854 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -1623,6 +1623,56 @@ true
 5
 
+ + + + chunksCache.persistence + object + Persistence settings for the chunks-cache +
+{
+  "enabled": false,
+  "mountPath": "/data",
+  "storageClass": null,
+  "storageSize": "10G"
+}
+
+ + + + chunksCache.persistence.enabled + bool + Enable creating PVCs for the chunks-cache +
+false
+
+ + + + chunksCache.persistence.mountPath + string + Volume mount path +
+"/data"
+
+ + + + chunksCache.persistence.storageClass + string + Storage class to be used. If defined, storageClassName: . If set to "-", storageClassName: "", which disables dynamic provisioning. If empty or set to null, no storageClassName spec is set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack). +
+null
+
+ + + + chunksCache.persistence.storageSize + string + Size of persistent disk +
+"10G"
+
@@ -9034,6 +9084,56 @@ true
 {}
 
+ + + + resultsCache.persistence + object + Persistence settings for the results-cache +
+{
+  "enabled": false,
+  "mountPath": "/data",
+  "storageClass": null,
+  "storageSize": "10G"
+}
+
+ + + + resultsCache.persistence.enabled + bool + Enable creating PVCs for the results-cache +
+false
+
+ + + + resultsCache.persistence.mountPath + string + Volume mount path +
+"/data"
+
+ + + + resultsCache.persistence.storageClass + string + Storage class to be used. If defined, storageClassName: . If set to "-", storageClassName: "", which disables dynamic provisioning. If empty or set to null, no storageClassName spec is set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack). +
+null
+
+ + + + resultsCache.persistence.storageSize + string + Size of persistent disk +
+"10G"
+
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 2f32d189e068e..6c64eeb34ca04 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -28,6 +28,9 @@ Entries should include a reference to the pull request that introduced the chang ## 6.7.4 - [ENHANCEMENT] Allow configuring the SSE section under AWS S3 storage config. +## 6.8.0 + +- [FEATURE] Add support for configuring persistence for memcached. ## 6.7.3