Skip to content

Commit

Permalink
Merge pull request #1428 from cliveseldon/1412_default_operator_resou…
Browse files Browse the repository at this point in the history
…rces

Update resources to larger defaults for operator
  • Loading branch information
seldondev authored and ukclivecox committed Feb 13, 2020
1 parent 0bb6388 commit ad85454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions helm-charts/seldon-core-operator/values.yaml
Expand Up @@ -41,10 +41,10 @@ istio:
kubeflow:
false
manager:
memoryRequest: 20Mi
memoryLimit: 30Mi
memoryRequest: 200Mi
memoryLimit: 300Mi
cpuRequest: 100m
cpuLimit: 100m
cpuLimit: 500m
predictiveUnit:
port: 9000
predictor_servers:
Expand Down
6 changes: 3 additions & 3 deletions operator/config/manager/manager.yaml
Expand Up @@ -70,9 +70,9 @@ spec:
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 500m
memory: 300Mi
requests:
cpu: 100m
memory: 20Mi
memory: 200Mi
terminationGracePeriodSeconds: 10

0 comments on commit ad85454

Please sign in to comment.