Alanxtl commented on code in PR #1107:
URL: https://github.com/apache/dubbo-go-samples/pull/1107#discussion_r3254071121


##########
metrics/probe/deploy/server-deployment.yml:
##########
@@ -14,10 +14,18 @@ spec:
       labels:
         app: dubbo-go-probe-server
     spec:
+      terminationGracePeriodSeconds: 15
       containers:
         - name: server
           image: dubbo-go-probe-server:latest
           imagePullPolicy: IfNotPresent
+          resources:
+            requests:
+              cpu: 100m
+              memory: 128Mi
+            limits:
+              cpu: 500m
+              memory: 512Mi

Review Comment:
   感觉 requests 可以删了,应该用不到这么多内存吧?具体需要多少我不是很了解



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