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

Trigger rollout when any either configmap changes #95

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

consideRatio
Copy link
Contributor

@consideRatio consideRatio commented Oct 4, 2024


I've not deployed this or similar, but I've tested that the helm chart renders as intended with helm template ., showing new annotations with checksums.

I've concluded that nginx needs an active restart/reload to adjust to a changed configmap, so restarting the pod makes sense when the nginx configmap changes - something that I wasn't confident on.

@consideRatio
Copy link
Contributor Author

@GeorgianaElena since its my first PR to this repo I felt it was suitable to ask for a review rather than self-merge. Is it correct that merging will just lead to a new version of the helm chart being published, and not cascade into a re-deploy as handled via https://github.com/2i2c-org/segmentation-challenge-deploy?

@GeorgianaElena
Copy link
Member

is it correct that merging will just lead to a new version of the helm chart being published, and not cascade into a re-deploy as handled via https://github.com/2i2c-org/segmentation-challenge-deploy?

@consideRatio, yes! Thank you!

@GeorgianaElena GeorgianaElena merged commit 3aacbff into 2i2c-org:main Oct 4, 2024
2 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 4, 2024
#95 Merge pull request #95 from consideRatio/pr/trigger-rollout
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.

Make server pod restart after configmap is updated
2 participants