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 readiness probe configurable #81

Merged
merged 2 commits into from
Apr 26, 2022
Merged

Conversation

TheChef23
Copy link
Contributor

This PR aims to allow for more flexibility in the readiness probe configuration. This was causing events in our NetBox set up and allowing for a longer timeout resolved this.

@TheChef23
Copy link
Contributor Author

Have you had a chance to look at this @bootc ?

@bootc bootc changed the base branch from master to develop April 26, 2022 19:30
@bootc bootc merged commit ef2384f into netbox-community:develop Apr 26, 2022
@bootc
Copy link
Member

bootc commented Apr 26, 2022

Thanks for your contribution, sorry about the delay.

bootc pushed a commit that referenced this pull request Jul 26, 2022
#81 breaks the helm chart when
a value for `.Values.allowedHosts` is used. `httpHeaders` is a subkey of
`httpGet` and the newly added values are siblings of `httpGet`. Putting
those new values between `httpGet` and `httpHeaders` breaks the position
and indentation of `httpHeaders`.

As a solution this commit moves the new values after `httpHeaders`.
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.

None yet

2 participants