Skip to content

Commit

Permalink
Increase ketch controller limits (#210)
Browse files Browse the repository at this point in the history
* Increase ketch controller memory

* Increase CPU limit
  • Loading branch information
koncar authored Dec 17, 2021
1 parent bfb70ad commit 5c19952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
name: manager
resources:
limits:
cpu: 300m
memory: 300Mi
cpu: 700m
memory: 1024Mi
requests:
cpu: 300m
memory: 300Mi
Expand Down
3 changes: 2 additions & 1 deletion internal/controllers/app_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c19952

Please sign in to comment.