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


##########
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:
   OK 已经删除 恢复原样了



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