diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 6c18fd1e..5e49e009 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -35,8 +35,8 @@ spec: name: manager resources: limits: - cpu: 300m - memory: 300Mi + cpu: 700m + memory: 1024Mi requests: cpu: 300m memory: 300Mi diff --git a/internal/controllers/app_controller_test.go b/internal/controllers/app_controller_test.go index 95ad490d..8ab9f34b 100644 --- a/internal/controllers/app_controller_test.go +++ b/internal/controllers/app_controller_test.go @@ -4,10 +4,11 @@ import ( "context" "errors" "fmt" - "k8s.io/api/autoscaling/v2beta1" "testing" "time" + "k8s.io/api/autoscaling/v2beta1" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "helm.sh/helm/v3/pkg/release"