This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Custom readinessProbe
not possible through helm chart values
#602
Labels
bug
Something isn't working
What happened?
I'm trying to deploy promscale on kubernetes with basic auth, using the official helm chart. To do so, I'm defining the following env vars:
PROMSCALE_WEB_AUTH_USERNAME
andPROMSCALE_WEB_AUTH_PASSWORD
.According with the documentation we need to set a custom readinessProbe. Otherwise, using the default one we will get a 401 error and due to the readiness probe failure, the promscale service will be not accessible.
By applying the suggested custom readinessProbe, by setting
httpGet: null
an error arises:This way, is not possible to define a custom
readinessProbe
through helm chart values.Did you expect to see something different?
It would be expected that by defining the
readinessProbe
as the documentation suggests, everything works fine.How to reproduce it (as minimally and precisely as possible):
By applying helm chart for promscale with the following values file:
Environment
Helm chart:
timescale/promscale
from https://charts.timescale.com/values.yaml
?Kubernetes version information:
Client Version: v1.26.1
Kustomize Version: v4.5.7
Server Version: v1.24.6
Kubernetes cluster kind:
Baremetal k8s cluster, deployed through kubespray
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: