Skip to content

Commit

Permalink
PRL-6483 - Review - updated kubernetes requests & limits for memory &…
Browse files Browse the repository at this point in the history
… cpu usage
  • Loading branch information
channa-patil committed Oct 30, 2024
1 parent 7ae4668 commit 5ebe1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/prl-dgs/values.preview.template.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
java:
devmemoryRequests: 256Mi
devmemoryRequests: 250Mi
devcpuRequests: 250m
devmemoryLimits: 512Mi
devcpuRequests: 200m
devcpuLimits: 500m
devcpuLimits: 1000m
# Don't modify below here
image: ${IMAGE_NAME}
ingressHost: ${SERVICE_FQDN}
Expand Down

0 comments on commit 5ebe1fc

Please sign in to comment.