-
Notifications
You must be signed in to change notification settings - Fork 484
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
fix: #961 for cartservice disable reload on config change #962
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this value maybe be baked into the docker image instead of managed via helm?
If you mean adding the env var to the Dockerfile, I think that could place an undue burden on developers contributing to this service if they are using development containers and desire the ability to reload on source code changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to get @puckpuck take on this as a default value for the chart. If this is not a widespread problem I'd prefer that it be handled by users via their values.yaml
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
We should take this discussion over to the Demo repo. We don't need to put it in the Dockerfile, but having it as part of docker-compose and Helm may make sense, which is how this gets deployed. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Prevent cart service from watching the file system for changes and reloading to resolve #961. See details and rationale in #961.