Skip to content

Commit

Permalink
fix: lower cpu request/limits for client, didn't need to be so big (#322
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fw-noel authored Jun 27, 2024
1 parent eec3e74 commit 462f7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/client.dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ objects:
protocol: TCP
resources:
limits:
cpu: 75m
cpu: 40m
memory: 256Mi
requests:
cpu: 30m
cpu: 20m
memory: 128Mi
securityContext:
capabilities:
Expand Down

0 comments on commit 462f7eb

Please sign in to comment.