You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds configurable `livenessProbe` and `startupProbe` to the
pattern-ingester container in the pattern-ingester pods.
reference.md was generated via this command:
```shell
docker run -it --rm -v "$(pwd):/go" --entrypoint bash -e BUILD_IN_CONTAINER=false grafana/loki-build-image:0.34.7.1 -c 'git config --global --add safe.directory /go; make -BC docs sources/setup/install/helm/reference.md'
```
Signed-off-by: Andreas Lindhé <[email protected]>
Copy file name to clipboardExpand all lines: production/helm/loki/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Entries should include a reference to the pull request that introduced the chang
20
20
-[ENHANCEMENT] Add support for configuring `volumeAttributesClassName` for `volumeClaimTemplates`. [#19719](https://github.com/grafana/loki/pull/19719)
21
21
-[BUGFIX] Don't fail for missing bucket name, if minio is enabled. [#19745](https://github.com/grafana/loki/pull/19745)
22
22
-[BUGFIX] Add startupProbe to read pod [#19708](https://github.com/grafana/loki/pull/19708)
23
+
-[ENHANCEMENT] Add configurable `livenessProbe` and `startupProbe` to pattern-ingester [#20080](https://github.com/grafana/loki/pull/20080)
0 commit comments