diff --git a/cmd/webhook.go b/cmd/webhook.go index b927f6e..b08540d 100644 --- a/cmd/webhook.go +++ b/cmd/webhook.go @@ -242,11 +242,11 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, annotations map svmShareList *corev1.ConfigMap, svmInfoMap map[string]SvmInfo) ([]byte, error) { var patch []patchOperation resourceRequest := map[corev1.ResourceName]resource.Quantity{ - "cpu": resource.MustParse("0.003"), + "cpu": resource.MustParse("0.1"), "memory": resource.MustParse("100Mi"), } resourceLimit := map[corev1.ResourceName]resource.Quantity{ - "cpu": resource.MustParse("0.25"), + "cpu": resource.MustParse("0.5"), "memory": resource.MustParse("10Gi"), } isFirstVol := true