Skip to content
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

make probes on streaming and web deployments user configurable #10

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jstewart612
Copy link

Implements #9

templates/deployment-streaming.yaml Outdated Show resolved Hide resolved
values.yaml Show resolved Hide resolved
Copy link
Contributor

@SISheogorath SISheogorath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be all, sorry for the feature creep and being unclear about what to change, next time, I'll do a separate PR. Hope this helps :)

values.yaml Outdated Show resolved Hide resolved
values.yaml Outdated Show resolved Hide resolved
values.yaml Outdated Show resolved Hide resolved
values.yaml Outdated Show resolved Hide resolved
@jstewart612
Copy link
Author

@SISheogorath all requested changes made, please verify/review.

@renchap renchap linked an issue Feb 17, 2023 that may be closed by this pull request
@jstewart612
Copy link
Author

@SISheogorath @renchap rebased, please review

@timetinytim
Copy link
Contributor

(Sorry for the huge delay in getting around to this)

Generally I think this is a great idea. The values look good to me, I just want to ping @renchap to take a look as well before I approve.

@timetinytim timetinytim self-assigned this Apr 18, 2024
@timetinytim
Copy link
Contributor

So we had a discussion internally about this.

Generally it's a good idea to allow the customization of healthcheck endpoints. But there are two concerns with this particular implementation:

  • Increasing the complexity of the values.yaml file
  • Possibility of future breaking changes

To clarify the second point, consider the possibility that we change the healthcheck endpoint in a future version. The onus to update the values file is then on everyone who uses the chart, and will lead to things breaking if people don't know they have to update it.

I would instead suggest that the probes be constructed out of whatever values the user chooses to define, and fills in the rest of the probes' parameters with default values.

Hopefully that makes sense!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user configurable probes for streaming and worker Deployments
3 participants