Skip to content

Commit

Permalink
chore: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Aug 9, 2024
1 parent ba5844e commit fd12ba3
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
100 changes: 100 additions & 0 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,56 @@ true
<td><pre lang="json">
5
</pre>
</td>
</tr>
<tr>
<td>chunksCache.persistence</td>
<td>object</td>
<td>Persistence settings for the chunks-cache</td>
<td><pre lang="json">
{
"enabled": false,
"mountPath": "/data",
"storageClass": null,
"storageSize": "10G"
}
</pre>
</td>
</tr>
<tr>
<td>chunksCache.persistence.enabled</td>
<td>bool</td>
<td>Enable creating PVCs for the chunks-cache</td>
<td><pre lang="json">
false
</pre>
</td>
</tr>
<tr>
<td>chunksCache.persistence.mountPath</td>
<td>string</td>
<td>Volume mount path</td>
<td><pre lang="json">
"/data"
</pre>
</td>
</tr>
<tr>
<td>chunksCache.persistence.storageClass</td>
<td>string</td>
<td>Storage class to be used. If defined, storageClassName: <storageClass>. 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).</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>chunksCache.persistence.storageSize</td>
<td>string</td>
<td>Size of persistent disk</td>
<td><pre lang="json">
"10G"
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -9035,6 +9085,56 @@ true
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>resultsCache.persistence</td>
<td>object</td>
<td>Persistence settings for the results-cache</td>
<td><pre lang="json">
{
"enabled": false,
"mountPath": "/data",
"storageClass": null,
"storageSize": "10G"
}
</pre>
</td>
</tr>
<tr>
<td>resultsCache.persistence.enabled</td>
<td>bool</td>
<td>Enable creating PVCs for the results-cache</td>
<td><pre lang="json">
false
</pre>
</td>
</tr>
<tr>
<td>resultsCache.persistence.mountPath</td>
<td>string</td>
<td>Volume mount path</td>
<td><pre lang="json">
"/data"
</pre>
</td>
</tr>
<tr>
<td>resultsCache.persistence.storageClass</td>
<td>string</td>
<td>Storage class to be used. If defined, storageClassName: <storageClass>. 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).</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>resultsCache.persistence.storageSize</td>
<td>string</td>
<td>Size of persistent disk</td>
<td><pre lang="json">
"10G"
</pre>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# loki

![Version: 6.11.0](https://img.shields.io/badge/Version-6.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)
![Version: 6.11.0](https://img.shields.io/badge/Version-6.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Expand Down

0 comments on commit fd12ba3

Please sign in to comment.