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

Fix typos in documentation and helm chart #161

Merged
merged 4 commits into from
May 9, 2023

Conversation

MichaelEischer
Copy link
Contributor

The PR is a mix of several different minor issues (I can split those into separate parts if necessary). Besides the minor typos, the PR contains two noteworthy changes:

  • The helm chart used the wrong key for cookieParserSecret, such that setting the value in values.yaml had no effect. I've opted to change the referenced key instead of moving the cookieParserSecret around in values.yaml, as this might be more backwards compatible.
  • Juiceshop instances by now require at least 260MB RAM (at least when using a VM with 8GB RAM), which has to be considered for capacity planing.

The cookieParserSecret was always randomized even if hard-coded in
values.yaml.
The memory usage seem to be around 250-260MB for each juiceshop
instance. Thus, bump to 300MB to be safe.
Copy link
Member

@J12934 J12934 left a comment

Choose a reason for hiding this comment

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

Awesome 👍
Thank for for the fixes 🙌

The resource limits are a bit tricky, on some cluster (/machines) juice shop seems to be fine with the existing limit and is always under the 200Mi. But definitly safer to set the default to the higher value to avoid frustration.

@J12934 J12934 merged commit 35e4fd6 into juice-shop:main May 9, 2023
3 checks passed
@MichaelEischer MichaelEischer deleted the fix-typos branch May 13, 2023 19:42
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