Skip to content

Commit

Permalink
Merge pull request opendatahub-io#125 from Jooho/cpu_resource
Browse files Browse the repository at this point in the history
Increase kserve controller limit resources(cpu/memory)
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2023
2 parents 6bb6f80 + f6c6107 commit 7a11f92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/overlays/odh/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace: opendatahub
patches:
- path: remove-namespace.yaml
- path: inferenceservice-config-patch.yaml
- path: set-resources-manager-patch.yaml

replacements:
- source:
Expand Down Expand Up @@ -56,4 +57,3 @@ vars:

configurations:
- params.yaml

14 changes: 14 additions & 0 deletions config/overlays/odh/set-resources-manager-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: kserve-controller-manager
namespace: kserve
spec:
template:
spec:
containers:
- name: manager
resources:
limits:
cpu: 500m
memory: 500Mi

0 comments on commit 7a11f92

Please sign in to comment.