Skip to content

Commit

Permalink
Ability to change loki-read and loki-write services to NodePort for u…
Browse files Browse the repository at this point in the history
…se with EKS.
  • Loading branch information
Karl Keppner authored and karlkeppner1 committed Apr 10, 2023
1 parent 6f490e8 commit bc2e349
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/sources/installation/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2908,6 +2908,33 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>read.service.annotations</td>
<td>object</td>
<td>Annotations for the gateway service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>read.service.clusterIP</td>
<td>string</td>
<td>ClusterIP of the gateway service</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>read.service.type</td>
<td>string</td>
<td>Type of the gateway service</td>
<td><pre lang="json">
"ClusterIP"
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3762,6 +3789,33 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>write.service.annotations</td>
<td>object</td>
<td>Annotations for the gateway service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>write.service.clusterIP</td>
<td>string</td>
<td>ClusterIP of the gateway service</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>write.service.type</td>
<td>string</td>
<td>Type of the gateway service</td>
<td><pre lang="json">
"ClusterIP"
</pre>
</td>
</tr>
<tr>
Expand Down

0 comments on commit bc2e349

Please sign in to comment.