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
I want to be able to edit the helm values for the livenessProbe and redinessProbe urls.
Background
Currently the environment variable for the BASE_PATH will allow overwriting of the base path for unleash-edge. This can cause a situation where your health checks are actually at /BASE_PATH/internal-backstage/health and you cannot deploy using the provided helm chart for unleash-edge. In unleash itself, it allows for changing the base path, as well as changing the health-check paths to allow for a base path change.
Solution suggestions
Update the deployment.yaml file to allow for configuration in the values.yaml file for the livenessProbe and redinessProbe values, much like unleash's helm charts
Update the deployment.yaml file to use the readiness command outlined in the documentation here
This may require an update to the utility that is called to utilize the BASE_PATH environment variable
This is actively blocking our use of Unleash as we have to use a subroute for this with our current ecosystem and a subdomain is not really an easy option.
We ran into the same issue trying to host unleash-edge with a custom base path, we ended up just forking the chart to modify the .yaml file, this would be a useful addition to have though.
Describe the feature request
I want to be able to edit the helm values for the livenessProbe and redinessProbe urls.
Background
Currently the environment variable for the BASE_PATH will allow overwriting of the base path for unleash-edge. This can cause a situation where your health checks are actually at
/BASE_PATH/internal-backstage/health
and you cannot deploy using the provided helm chart for unleash-edge. In unleash itself, it allows for changing the base path, as well as changing the health-check paths to allow for a base path change.Solution suggestions
deployment.yaml
file to allow for configuration in thevalues.yaml
file for thelivenessProbe
andredinessProbe
values, much like unleash's helm chartsdeployment.yaml
file to use the readiness command outlined in the documentation herePR for the first solution: #97
The text was updated successfully, but these errors were encountered: