Skip to content

Commit

Permalink
chore: tuning resource usage for operator pod (opendatahub-io#1120)
Browse files Browse the repository at this point in the history
* chore: tuning resource usage for operator pod

- reduce cpu and mem usage in requests from profiling data

Signed-off-by: Wen Zhou <wenzhou@redhat.com>

* update: data from 2.11 with all default components up

Signed-off-by: Wen Zhou <wenzhou@redhat.com>

---------

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw authored Aug 5, 2024
1 parent 5c755e6 commit d6ae248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1739,8 +1739,8 @@ spec:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
memory: 256Mi
cpu: 100m
memory: 780Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
memory: 256Mi
cpu: 100m
memory: 780Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit d6ae248

Please sign in to comment.