File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
docs/sources/setup/install/helm Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9677,6 +9677,7 @@ false
9677
9677
},
9678
9678
"legacyReadTarget": false,
9679
9679
"lifecycle": {},
9680
+ "livenessProbe": {},
9680
9681
"nodeSelector": {},
9681
9682
"persistence": {
9682
9683
"annotations": {},
@@ -9882,6 +9883,15 @@ false
9882
9883
<td><pre lang="json">
9883
9884
{}
9884
9885
</pre >
9886
+ </td >
9887
+ </tr>
9888
+ <tr>
9889
+ <td>read.livenessProbe</td>
9890
+ <td>object</td>
9891
+ <td>liveness probe settings for read pods. If empty, applies no livenessProbe</td>
9892
+ <td><pre lang="json">
9893
+ {}
9894
+ </pre >
9885
9895
</td >
9886
9896
</tr>
9887
9897
<tr>
Original file line number Diff line number Diff line change 1
1
# loki
2
2
3
- ![ Version: 6.29.0 ] ( https://img.shields.io/badge/Version-6.29.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.4.2] ( https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square )
3
+ ![ Version: 6.29.1 ] ( https://img.shields.io/badge/Version-6.29.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.4.2] ( https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square )
4
4
5
5
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
6
6
You can’t perform that action at this time.
0 commit comments