walterddr commented on code in PR #9012:
URL: https://github.com/apache/pinot/pull/9012#discussion_r914168777


##########
kubernetes/helm/pinot/values.yaml:
##########
@@ -305,7 +311,10 @@ server:
     nodePort: ""
     protocol: TCP
 
-  resources: {}
+  resources:
+    requests:
+      cpu: "2000m"
+      memory: "1.25Gi"

Review Comment:
   should we set different value for server/minion from broker/controller. the 
usage pattern is drastically different right?



##########
kubernetes/helm/pinot/values.yaml:
##########
@@ -457,7 +469,10 @@ minionStateless:
     protocol: TCP
     name: minion
 
-  resources: {}

Review Comment:
   can't comment below but we should also set zookeeper pod 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to