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
feat(helm): Add health probes to enterprise-gateway
This change makes it possible to configure `livenessProbe` and
`startupProbe` in the gateway container in the enterprise-gateway pods.
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
@@ -21,6 +21,7 @@ Entries should include a reference to the pull request that introduced the chang
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
23
-[ENHANCEMENT] Add guards to the `readinessProbe` of the `gateway` container in the `enterprise-gateway` pods, in case the value is empty [#20074](https://github.com/grafana/loki/pull/20074)
24
+
-[ENHANCEMENT] Makes it possible to configure livenessProbe and startupProbe in the gateway container in the enterprise-gateway pods [#20074](https://github.com/grafana/loki/pull/20074)
0 commit comments