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

Add enable option to the service configuration. #190

Merged
merged 6 commits into from
Jul 30, 2024

Conversation

garrettprimm
Copy link
Contributor

In my environment, we break workergroups up by pull source or by a push source. My pull sources that pull data from kinesis, s3, or other api endpoints don't need any service configured. I'd like to have this option as it reduces the work around in automation to provide a default list of ports to create a service even when one isn't needed.

@@ -65,6 +65,7 @@ nodeSelector: {}
# topologySpreadConstraints: []

service:
enable: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add the description of this value to helm-chart-sources/logstream-workergroup/README.md

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added config values to the readme in the logstream-workergroup as requested

Copy link
Collaborator

@a-klebanov a-klebanov left a comment

Choose a reason for hiding this comment

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

Add documentation for the new option

@garrettprimm
Copy link
Contributor Author

garrettprimm commented Jul 26, 2024 via email

@garrettprimm
Copy link
Contributor Author

@a-klebanov Documentation added to the README.md in the logstream-workgroup chart.
https://github.com/garrettprimm/helm-charts/blob/b7cb8c4180f9a41be2d3cd747e40b5ff45d3343d/helm-chart-sources/logstream-workergroup/README.md?plain=1#L44

anything else?

@a-klebanov a-klebanov merged commit 2b11901 into criblio:master Jul 30, 2024
1 check passed
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