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

Migrate Static Config JSON to K8s Init Container #2399

Open
PatrickGoRaft opened this issue Jan 29, 2025 · 1 comment
Open

Migrate Static Config JSON to K8s Init Container #2399

PatrickGoRaft opened this issue Jan 29, 2025 · 1 comment
Assignees

Comments

@PatrickGoRaft
Copy link
Contributor

PatrickGoRaft commented Jan 29, 2025

Due to increasing issues with cached settings json not updating within an acceptable amount of time. It would be best to move these references to kubernetes init container to copy the json over on deployments.

https://github.com/cfpb/hmda-frontend/tree/master/src/common/constants

@PatrickGoRaft PatrickGoRaft changed the title Migrate Static Config JSON to K8s Configmaps Migrate Static Config JSON to K8s Init Container Jan 29, 2025
@zencircle
Copy link
Contributor

zencircle commented Jan 29, 2025

Current settings
cache-control:max-age=300
update to
cache-Control: no-cache
might not work https://webapps.stackexchange.com/questions/119286/caching-assets-in-website-served-from-github-pages

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

No branches or pull requests

4 participants