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

helm: simplified for examples #6168

Merged
merged 5 commits into from
May 11, 2020
Merged

Conversation

sougou
Copy link
Contributor

@sougou sougou commented May 11, 2020

Helm launches many containers that are only relevant for prod. I've introduced a new topology parameter called deploymentType that can be prod or test. If test, then those containers are not launched, and the resources for init containers is reduced to 10m.

Also, the previous mysqlSize variable is deprecated in favor of this setting.

sougou added 3 commits May 9, 2020 16:11
Also add instructions for final teardown.

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
@sougou sougou requested a review from morgo May 11, 2020 00:49
vttablet:
mysqlSize: "prod"
resources:
mysqlResources:
# It's generally not recommended to override this value for production usage.
Copy link
Member

Choose a reason for hiding this comment

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

This comment line should probably get removed from all these examples because it's misleading

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
They don't eat into the resource budget

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
@sougou sougou merged commit df38240 into vitessio:master May 11, 2020
@deepthi deepthi added this to the v7.0 milestone Jul 17, 2020
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.

3 participants