Skip to content

Commit

Permalink
Merge pull request #63 from petracihalova/limit-request-update
Browse files Browse the repository at this point in the history
[RHCLOUD-32987] updated limit and request for cpu resource
  • Loading branch information
lpichler committed Jun 4, 2024
2 parents 907e5f7 + 4c74e5d commit d867594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/uhc-auth-proxy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ parameters:
value: INFO
- description: cpu limit for service
name: CPU_LIMIT
value: 250m
value: 150m
- description: memory limit for service
name: MEMORY_LIMIT
value: 400Mi
- description: requested cpu for service
name: CPU_REQUESTS
value: 50m
value: 25m
- description: requested memory for service
name: MEMORY_REQUESTS
value: 200Mi

0 comments on commit d867594

Please sign in to comment.