pan3793 commented on a change in pull request #1325:
URL: https://github.com/apache/incubator-kyuubi/pull/1325#discussion_r741585773



##########
File path: docker/helm/values.yaml
##########
@@ -41,4 +41,16 @@ service:
   # to change:
   #   vim kube-apiserver.yaml (usually under path: /etc/kubernetes/manifests/)
   #   add or change line 'service-node-port-range=1-32767' under kube-apiserver
-  port: 30009
\ No newline at end of file
+  port: 30009
+
+resources: {}
+  # Used to specify resource, default unlimited.
+  # If you do want to specify resources:
+  #   1. remove the curly braces after 'resources:'
+  #   2. uncomment the following lines
+  # limits:
+  #   cpu: 4
+  #   memory: 10Gi
+  # requests:
+  #   cpu: 2
+  #   memory: 4Gi

Review comment:
       nit: add newline at eof




-- 
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]


Reply via email to