Skip to content

Commit

Permalink
Update loki helm chart reference file
Browse files Browse the repository at this point in the history
  • Loading branch information
bebosudo committed Dec 18, 2023
1 parent 475d685 commit 3211643
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3494,19 +3494,37 @@ null
<tr>
<td>read.service.annotations</td>
<td>object</td>
<td>Annotations for read Service</td>
<td>Annotations for the read service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>read.service.clusterIP</td>
<td>string</td>
<td>ClusterIP of the read service</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>read.service.labels</td>
<td>object</td>
<td>Additional labels for read Service</td>
<td>Additional labels for read service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>read.service.type</td>
<td>string</td>
<td>Type of the read service</td>
<td><pre lang="json">
"ClusterIP"
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4803,19 +4821,37 @@ null
<tr>
<td>write.service.annotations</td>
<td>object</td>
<td>Annotations for write Service</td>
<td>Annotations for the write service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>write.service.clusterIP</td>
<td>string</td>
<td>ClusterIP of the write service</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>write.service.labels</td>
<td>object</td>
<td>Additional labels for write Service</td>
<td>Additional labels for write service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>write.service.type</td>
<td>string</td>
<td>Type of the write service</td>
<td><pre lang="json">
"ClusterIP"
</pre>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 3211643

Please sign in to comment.