Alonexc commented on code in PR #4693:
URL: https://github.com/apache/eventmesh/pull/4693#discussion_r1447147809
##########
eventmesh-operator/config/samples/eventmesh_v1_connectors_rocketmq.yaml:
##########
@@ -86,11 +86,11 @@ spec:
# resources describes the compute resource requirements and limits
resources:
requests:
- memory: "512Mi"
- cpu: "250m"
+ memory: 512Mi
+ cpu: 250m
limits:
- memory: "1024Mi"
- cpu: "500m"
+ memory: 1024Mi
+ cpu: 500m
Review Comment:
<img width="561" alt="image"
src="https://github.com/apache/eventmesh/assets/91315508/acff8316-6bba-41d7-93c5-1cd3ffce2e9f">
There may be some deviation. I have revised it according to your opinion.
--
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]