Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resources to larger defaults for operator #1428

Merged
merged 1 commit into from Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm-charts/seldon-core-operator/values.yaml
Expand Up @@ -52,10 +52,10 @@ istio:
gateway: seldon-gateway
tlsMode: ''
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 @@ -84,9 +84,9 @@ spec:
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 500m
memory: 300Mi
requests:
cpu: 100m
memory: 20Mi
memory: 200Mi
terminationGracePeriodSeconds: 10