Skip to content

Liveness and Readiness probes #83

Description

@RealAnna

for testing issues, it can be nice to remove readiness and liveness probes completely, but for production I would expect the possibility to customize them 100%

I tried a first solution appending helm ifs statements to the container spec by treating it as a string. This will of course make the container spec impossible to be cast back to corev1.Containers , but as long as this step is done right before the conversion to string of the metadata I see no problems with it...

we do not use startup probes, but maybe this approach could be extended

current implementation here #73

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions