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 usgae (#1700)
  • Loading branch information
channa-patil authored Nov 7, 2024
1 parent 01e5fcb commit 3e03a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/prl-citizen-frontend/values.aat.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ nodejs:
# Don't modify below here
image: ${IMAGE_NAME}
ingressHost: ${SERVICE_FQDN}
devmemoryLimits: 2Gi
devmemoryRequests: 512Mi
devmemoryRequests: 256Mi
devcpuRequests: 250m
devmemoryLimits: 1024Mi
devcpuLimits: 1000m
devcpuRequests: 500m
idam-pr:
enabled: false
6 changes: 3 additions & 3 deletions charts/prl-citizen-frontend/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ nodejs:
ingressHost: ${SERVICE_FQDN}
ingressIP: ${INGRESS_IP}
consulIP: ${CONSUL_LB_IP}
devmemoryLimits: 2Gi
devmemoryRequests: 512Mi
devmemoryRequests: 256Mi
devcpuRequests: 250m
devmemoryLimits: 1024Mi
devcpuLimits: 1000m
devcpuRequests: 500m
autoscaling:
enabled: false
environment:
Expand Down

0 comments on commit 3e03a2b

Please sign in to comment.