Skip to content

Commit

Permalink
PRL-6483 - Added Kubernetes requests & limits for memory & cpu usage (#…
Browse files Browse the repository at this point in the history
…375)

* PRL-6483 - Review - updated kubernetes requests & limits for memory & cpu usage

* PRL-6483 - Review - updated kubernetes requests & limits for memory & cpu usage

* PRL-6483 - Review - updated kubernetes requests & limits for memory & cpu usage

* PRL-6483 - Removed custom configs for cpu & memroy requests, limits

* PRL-6483 - Review - updated kubernetes requests & limits for memory & cpu usage
  • Loading branch information
channa-patil authored Nov 7, 2024
1 parent 0e7f85e commit 18f20f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/prl-dgs/values.preview.template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
java:
devmemoryRequests: 250Mi
devcpuRequests: 250m
devmemoryLimits: 1024Mi
devcpuLimits: 1000m
# Don't modify below here
image: ${IMAGE_NAME}
ingressHost: ${SERVICE_FQDN}
Expand Down Expand Up @@ -32,7 +36,7 @@ java:
MANAGEMENT_ENDPOINT_HEALTH_CACHE_TIMETOLIVE: "30000"
DOCMOSIS_SERVICE_DEV_MODE_FLAG: "true"
PDF_TEST_ENABLED: "true"
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2424-cdam
CCD_CASE_DOCS_AM_API: http://ccd-case-document-am-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
AUTH_PROVIDER_SERVICE_CLIENT_BASEURL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
IDAM_S2S_URL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
DOCMOSIS_SERVICE_BASE_URL: "https://docmosis.aat.platform.hmcts.net"
Expand Down

0 comments on commit 18f20f1

Please sign in to comment.