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
Describe the bug a clear and concise description of what the bug is.
In a centrally running alertmanager opening and secured with basic auth, readiness and liveness probe will fail with error 401. Only http probes are allowed and not, like in prometheus, tcp checks
What's your helm version?
v3.15.2
What's your kubectl version?
v1.31.2
Which chart?
alertmanager
What's the chart version?
1.13.1
What happened?
I switched web.config to basic auth and the liveness and readiness probes failed with 401. Pod, of course, restarting
What you expected to happen?
I want to see liveness and readiness probe more configurable like in prometheus chart.
in values.yaml:
I see. I cannot make it error out, though, the chart gets rolled out straight away with the changed probe type. I reckon it would fail in case of being installed as a subchart.
Describe the bug a clear and concise description of what the bug is.
In a centrally running alertmanager opening and secured with basic auth, readiness and liveness probe will fail with error 401. Only http probes are allowed and not, like in prometheus, tcp checks
What's your helm version?
v3.15.2
What's your kubectl version?
v1.31.2
Which chart?
alertmanager
What's the chart version?
1.13.1
What happened?
I switched web.config to basic auth and the liveness and readiness probes failed with 401. Pod, of course, restarting
What you expected to happen?
I want to see liveness and readiness probe more configurable like in prometheus chart.
in
values.yaml
:in
templates/statefulset.yaml
:How to reproduce it?
Just activate basic-auth in alertmanager
Enter the changed values of values.yaml?
The text was updated successfully, but these errors were encountered: