-
Notifications
You must be signed in to change notification settings - Fork 7
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
use pinot image for service manager in helm chart #146
Conversation
@@ -0,0 +1,327 @@ | |||
{{- if .Values.servicemanager.enabled }} |
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.
is this needed for single node setup?
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.
May be not, but I copied over the rules in case at some point we need to enable the metrics reporting to debug something. We can have it disabled by default
I missed having .Values.servicemanager.jmx.enabled
in condition. Fixed it now
"CONTROLLER", | ||
"BROKER", | ||
"SERVER", | ||
{{- if .Values.servicemanager.minion.enabled }} |
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.
do we need minion on single node cluster?
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.
If we have only real time tables we don't need
Co-authored-by: Ravi Singal <62086374+ravisingal@users.noreply.github.com>
No description provided.