-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to explicitly disable probes of Sophora Server #104
Comments
hehu80
added a commit
to hehu80/subshell-helm-charts
that referenced
this issue
Jul 4, 2024
hehu80
added a commit
to hehu80/subshell-helm-charts
that referenced
this issue
Jul 8, 2024
philmtd
added a commit
to hehu80/subshell-helm-charts
that referenced
this issue
Jul 9, 2024
…bes-of-sophora-server
philmtd
added a commit
that referenced
this issue
Jul 9, 2024
* [sophora-server]: add flags to enable probes (#104) * [sophora-server]: bump version (#104) --------- Co-authored-by: Philip Dakowitz <[email protected]>
Closed by #105 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to disable a probe of the Sophora Server, you have to "delete" the default values by setting for example
.Values.livenessProbe
to null in thevalues.yaml
.Unfortunately, deleting of default-values using null is not possible while using Helm with sub-charts (see open PR).
Adding another
enabled
flag to enable or disable probes would be great.For example:
to configure the
livenessProbe
to disable the
livenessProbe
The text was updated successfully, but these errors were encountered: