abstractdog commented on code in PR #6756:
URL: https://github.com/apache/hive/pull/6756#discussion_r3926567012
##########
packaging/src/kubernetes/helm/hive-operator/crds/hiveclusters.hive.apache.org-v1.yml:
##########
@@ -402,23 +410,13 @@ spec:
description: Number of replicas
type: integer
resources:
+ default:
+ requests:
+ cpu: 500m
+ memory: 1Gi
Review Comment:
missing `limits: {...}` ?
##########
packaging/src/kubernetes/helm/hive-operator/crds/hiveclusters.hive.apache.org-v1.yml:
##########
@@ -693,23 +704,19 @@ spec:
description: Number of replicas
type: integer
resources:
+ default:
+ requests:
+ cpu: 500m
+ memory: 1Gi
Review Comment:
missing `limits: {...}` ?
--
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]