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

(chore): Allow passing kafka and zookeeper resource limits via values file #340

Closed
wants to merge 5 commits into from

Conversation

philkjacobs-nextdoor
Copy link

@philkjacobs-nextdoor philkjacobs-nextdoor commented Sep 27, 2024

Updates charts/local-kafka to allow passing in the resources object for kafka and zookeeper.

@philkjacobs-nextdoor philkjacobs-nextdoor marked this pull request as ready for review September 27, 2024 23:47
@philkjacobs-nextdoor philkjacobs-nextdoor requested a review from a team as a code owner September 27, 2024 23:47
Comment on lines 27 to 44
# -- Optional resource requirements for the Kafka cluster
resources:
limits:
cpu:
memory:
requests:
cpu:
memory:

zookeeper:
# -- Optional resource requirements for the Zookeeper cluster
resources:
limits:
cpu:
memory:
requests:
cpu:
memory:
Copy link
Member

Choose a reason for hiding this comment

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

set to empty map by default

Choose a reason for hiding this comment

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

Yes, that's intended. Or are you saying I shouldn't update this file to have the default-null keys at all?

@github-actions github-actions bot deleted the local-kafka-resources branch December 2, 2024 06:02
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.

2 participants