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

use pinot image for service manager in helm chart #146

Merged
merged 9 commits into from
Apr 24, 2024

Conversation

kishansairam9
Copy link
Contributor

No description provided.

@kishansairam9 kishansairam9 requested a review from a team as a code owner April 19, 2024 12:53
@kishansairam9 kishansairam9 changed the title use pinot image for service manager use pinot image for service manager in helm chart Apr 19, 2024
@@ -0,0 +1,327 @@
{{- if .Values.servicemanager.enabled }}
Copy link
Contributor

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?

Copy link
Contributor Author

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 }}
Copy link
Contributor

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?

Copy link
Contributor Author

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

ravisingal
ravisingal previously approved these changes Apr 24, 2024
helm/values.yaml Outdated Show resolved Hide resolved
Co-authored-by: Ravi Singal <62086374+ravisingal@users.noreply.github.com>
@kishansairam9 kishansairam9 enabled auto-merge (squash) April 24, 2024 06:38
@kishansairam9 kishansairam9 merged commit 70ec7d2 into main Apr 24, 2024
6 checks passed
@kishansairam9 kishansairam9 deleted the service-manager branch April 24, 2024 06:42
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