-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conversation
@@ -65,6 +65,7 @@ nodeSelector: {} | |||
# topologySpreadConstraints: [] | |||
|
|||
service: | |||
enable: true |
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.
Can we add the description of this value to helm-chart-sources/logstream-workergroup/README.md
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.
Added config values to the readme in the logstream-workergroup as requested
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.
Add documentation for the new option
I’ll add this today
…On Fri, Jul 26, 2024 at 10:19 Andrey Klebanov ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Add documentation for the new option
—
Reply to this email directly, view it on GitHub
<#190 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYYWRR7ND7KARN3RWOSJSCTZOJSJ3AVCNFSM6AAAAABC6LDXQ2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMBSGEZDINRUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@a-klebanov Documentation added to the README.md in the logstream-workgroup chart. anything else? |
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.