Skip to content

Commit

Permalink
chore: tuning resource usage for operator pod
Browse files Browse the repository at this point in the history
- reduce cpu and mem usage in requests from profiling data

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Jul 29, 2024
1 parent a08c94a commit 123d88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ spec:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
cpu: 150m
memory: 256Mi
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
cpu: 150m
memory: 256Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 123d88b

Please sign in to comment.