From 663b06a529c966b5215a337baccd8ee5fb534343 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 21 May 2026 11:46:11 +0300 Subject: [PATCH] test: reduce business app requests based on current yc-k8s-test usage --- apps/bim/base/backend-deployment.yaml | 2 +- apps/cde/base/cde-flowscallback.yaml | 4 ++-- apps/cde/base/cde-splitpdf.yaml | 4 ++-- apps/cde/base/cde-worker-copy.yaml | 4 ++-- apps/cde/base/cde-worker-create-versions.yaml | 4 ++-- apps/cde/base/cde-worker-markings.yaml | 4 ++-- apps/cde/base/cde-worker-sign.yaml | 4 ++-- apps/cde/base/cde-worker-update-bundles.yaml | 4 ++-- apps/cde/base/cde.yaml | 4 ++-- apps/checklists/base/backend-deployment.yaml | 4 ++-- apps/comparisons/base/backend-deployment.yaml | 2 +- apps/comparisons/base/frontend-deployment.yaml | 2 +- apps/cross-section/base/deployment.yaml | 2 +- apps/django/base/backend-deployment.yaml | 4 ++-- apps/django/base/celery-deployment.yaml | 4 ++-- apps/django/base/frontend-deployment.yaml | 2 +- apps/django/base/srx-admin-deployment.yaml | 2 +- apps/document-link/base/deployment.yaml | 2 +- apps/documentations/base/api-deployment.yaml | 4 ++-- apps/documentations/base/filestream-deployment.yaml | 4 ++-- apps/documentations/base/frontend-deployment.yaml | 2 +- apps/documentations/base/pdm-deployment.yaml | 4 ++-- apps/eav/base/backend-deployment.yaml | 2 +- apps/faas/base/export-reviews.yaml | 4 ++-- apps/flows/base/backend-deployment.yaml | 4 ++-- apps/flows/base/celery-deployment.yaml | 4 ++-- apps/flows/base/frontend-deployment.yaml | 2 +- apps/inspections/base/backend-deployment.yaml | 4 ++-- apps/issues/base/backend-deployment.yaml | 4 ++-- apps/issues/base/celery-deployment.yaml | 4 ++-- apps/issues/base/frontend-deployment.yaml | 2 +- apps/mapper/base/deployment.yaml | 2 +- apps/measurements/base/deployment.yaml | 2 +- apps/message-hub/base/deployment.yaml | 4 ++-- apps/notes/base/backend-deployment.yaml | 2 +- apps/notes/base/frontend-deployment.yaml | 2 +- apps/pm/base/backend-deployment.yaml | 4 ++-- apps/pm/base/celery-deployment.yaml | 2 +- apps/prescriptions/base/deployment.yaml | 2 +- apps/processing/base/api-deployment.yaml | 4 ++-- apps/processing/base/engine-low.yaml | 4 ++-- apps/processing/base/engine.yaml | 4 ++-- apps/processing/base/frontend-deployment.yaml | 2 +- apps/projects/base/deployment.yaml | 2 +- apps/remarks/base/deployment.yaml | 2 +- apps/resources/base/backend-deployment.yaml | 2 +- apps/reviews/base/deployment.yaml | 2 +- apps/rfi/base/backend-deployment.yaml | 4 ++-- apps/rfi/base/celery-deployment.yaml | 4 ++-- apps/rfi/base/frontend-deployment.yaml | 2 +- apps/stamp-verification/base/deployment.yaml | 2 +- apps/subscriptions/base/backend-deployment.yaml | 4 ++-- apps/system-log/base/backend-deployment.yaml | 4 ++-- apps/system-log/base/worker-deployment.yaml | 4 ++-- apps/transmittal/base/backend-deployment.yaml | 4 ++-- apps/transmittal/base/frontend-deployment.yaml | 2 +- apps/transmittal/base/worker-deployment.yaml | 4 ++-- apps/workspaces/base/backend-deployment.yaml | 2 +- apps/workspaces/base/frontend-deployment.yaml | 2 +- 59 files changed, 91 insertions(+), 91 deletions(-) diff --git a/apps/bim/base/backend-deployment.yaml b/apps/bim/base/backend-deployment.yaml index 5140ff3..9457626 100644 --- a/apps/bim/base/backend-deployment.yaml +++ b/apps/bim/base/backend-deployment.yaml @@ -88,7 +88,7 @@ spec: value: "0" resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi livenessProbe: httpGet: diff --git a/apps/cde/base/cde-flowscallback.yaml b/apps/cde/base/cde-flowscallback.yaml index bc9c9eb..15e14c0 100644 --- a/apps/cde/base/cde-flowscallback.yaml +++ b/apps/cde/base/cde-flowscallback.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-splitpdf.yaml b/apps/cde/base/cde-splitpdf.yaml index 340dd46..1c5ca83 100644 --- a/apps/cde/base/cde-splitpdf.yaml +++ b/apps/cde/base/cde-splitpdf.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-copy.yaml b/apps/cde/base/cde-worker-copy.yaml index d12663a..6f27510 100644 --- a/apps/cde/base/cde-worker-copy.yaml +++ b/apps/cde/base/cde-worker-copy.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-create-versions.yaml b/apps/cde/base/cde-worker-create-versions.yaml index 9bce53d..d49dd1a 100644 --- a/apps/cde/base/cde-worker-create-versions.yaml +++ b/apps/cde/base/cde-worker-create-versions.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-markings.yaml b/apps/cde/base/cde-worker-markings.yaml index e3540c4..5601e96 100644 --- a/apps/cde/base/cde-worker-markings.yaml +++ b/apps/cde/base/cde-worker-markings.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-sign.yaml b/apps/cde/base/cde-worker-sign.yaml index 8568883..ae7fa82 100644 --- a/apps/cde/base/cde-worker-sign.yaml +++ b/apps/cde/base/cde-worker-sign.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-update-bundles.yaml b/apps/cde/base/cde-worker-update-bundles.yaml index b562b2f..5af1db5 100644 --- a/apps/cde/base/cde-worker-update-bundles.yaml +++ b/apps/cde/base/cde-worker-update-bundles.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde.yaml b/apps/cde/base/cde.yaml index f1e7c12..de4bc69 100644 --- a/apps/cde/base/cde.yaml +++ b/apps/cde/base/cde.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/checklists/base/backend-deployment.yaml b/apps/checklists/base/backend-deployment.yaml index bb2b377..ec0dfa9 100644 --- a/apps/checklists/base/backend-deployment.yaml +++ b/apps/checklists/base/backend-deployment.yaml @@ -74,7 +74,7 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/comparisons/base/backend-deployment.yaml b/apps/comparisons/base/backend-deployment.yaml index d1cbcc3..ee7c480 100644 --- a/apps/comparisons/base/backend-deployment.yaml +++ b/apps/comparisons/base/backend-deployment.yaml @@ -111,7 +111,7 @@ spec: value: /etc/app/tasks-execution-config.json resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: - name: tasks-execution-config diff --git a/apps/comparisons/base/frontend-deployment.yaml b/apps/comparisons/base/frontend-deployment.yaml index 30c7593..e9dea2a 100644 --- a/apps/comparisons/base/frontend-deployment.yaml +++ b/apps/comparisons/base/frontend-deployment.yaml @@ -33,7 +33,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: - name: nginx-configmap diff --git a/apps/cross-section/base/deployment.yaml b/apps/cross-section/base/deployment.yaml index 4b4c6d9..c3c684b 100644 --- a/apps/cross-section/base/deployment.yaml +++ b/apps/cross-section/base/deployment.yaml @@ -40,7 +40,7 @@ spec: failureThreshold: 20 resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/django/base/backend-deployment.yaml b/apps/django/base/backend-deployment.yaml index 6aed5df..1189595 100644 --- a/apps/django/base/backend-deployment.yaml +++ b/apps/django/base/backend-deployment.yaml @@ -203,8 +203,8 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi volumeMounts: - name: django-configmap mountPath: /opt/sarex/config/settings/production.py diff --git a/apps/django/base/celery-deployment.yaml b/apps/django/base/celery-deployment.yaml index e80a945..b95c2da 100644 --- a/apps/django/base/celery-deployment.yaml +++ b/apps/django/base/celery-deployment.yaml @@ -194,8 +194,8 @@ spec: value: "False" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi volumeMounts: - name: django-configmap mountPath: /opt/sarex/config/settings/production.py diff --git a/apps/django/base/frontend-deployment.yaml b/apps/django/base/frontend-deployment.yaml index a201e4b..5c08ba3 100644 --- a/apps/django/base/frontend-deployment.yaml +++ b/apps/django/base/frontend-deployment.yaml @@ -34,7 +34,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: - name: nginx-configmap diff --git a/apps/django/base/srx-admin-deployment.yaml b/apps/django/base/srx-admin-deployment.yaml index 0382474..a6f93ae 100644 --- a/apps/django/base/srx-admin-deployment.yaml +++ b/apps/django/base/srx-admin-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/document-link/base/deployment.yaml b/apps/document-link/base/deployment.yaml index 9768188..897a215 100644 --- a/apps/document-link/base/deployment.yaml +++ b/apps/document-link/base/deployment.yaml @@ -27,7 +27,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/api-deployment.yaml b/apps/documentations/base/api-deployment.yaml index 243c986..6936e09 100644 --- a/apps/documentations/base/api-deployment.yaml +++ b/apps/documentations/base/api-deployment.yaml @@ -166,8 +166,8 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/filestream-deployment.yaml b/apps/documentations/base/filestream-deployment.yaml index f75ac4f..22dc6f8 100644 --- a/apps/documentations/base/filestream-deployment.yaml +++ b/apps/documentations/base/filestream-deployment.yaml @@ -166,8 +166,8 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/frontend-deployment.yaml b/apps/documentations/base/frontend-deployment.yaml index 1a27fc6..182ab5c 100644 --- a/apps/documentations/base/frontend-deployment.yaml +++ b/apps/documentations/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/pdm-deployment.yaml b/apps/documentations/base/pdm-deployment.yaml index e12f37b..d23d5a4 100644 --- a/apps/documentations/base/pdm-deployment.yaml +++ b/apps/documentations/base/pdm-deployment.yaml @@ -174,8 +174,8 @@ spec: value: http://backend-svc.workspaces.svc.cluster.local:80/ resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/eav/base/backend-deployment.yaml b/apps/eav/base/backend-deployment.yaml index d519938..892bfa7 100644 --- a/apps/eav/base/backend-deployment.yaml +++ b/apps/eav/base/backend-deployment.yaml @@ -89,7 +89,7 @@ spec: resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: diff --git a/apps/faas/base/export-reviews.yaml b/apps/faas/base/export-reviews.yaml index c06f3aa..c429c06 100644 --- a/apps/faas/base/export-reviews.yaml +++ b/apps/faas/base/export-reviews.yaml @@ -58,7 +58,7 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/base/backend-deployment.yaml b/apps/flows/base/backend-deployment.yaml index cc40430..baf18f3 100644 --- a/apps/flows/base/backend-deployment.yaml +++ b/apps/flows/base/backend-deployment.yaml @@ -131,7 +131,7 @@ spec: value: "60" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/base/celery-deployment.yaml b/apps/flows/base/celery-deployment.yaml index df23dc9..78e1d72 100644 --- a/apps/flows/base/celery-deployment.yaml +++ b/apps/flows/base/celery-deployment.yaml @@ -131,7 +131,7 @@ spec: value: "60" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/base/frontend-deployment.yaml b/apps/flows/base/frontend-deployment.yaml index d9b357f..d22c44a 100644 --- a/apps/flows/base/frontend-deployment.yaml +++ b/apps/flows/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/inspections/base/backend-deployment.yaml b/apps/inspections/base/backend-deployment.yaml index c2431f9..a61a392 100644 --- a/apps/inspections/base/backend-deployment.yaml +++ b/apps/inspections/base/backend-deployment.yaml @@ -114,7 +114,7 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/issues/base/backend-deployment.yaml b/apps/issues/base/backend-deployment.yaml index 6f751d2..24c69ab 100644 --- a/apps/issues/base/backend-deployment.yaml +++ b/apps/issues/base/backend-deployment.yaml @@ -125,8 +125,8 @@ spec: value: "8000" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi volumeMounts: - name: production-configmap mountPath: /src/config/settings/production.py diff --git a/apps/issues/base/celery-deployment.yaml b/apps/issues/base/celery-deployment.yaml index 44cdc3e..c5fd887 100644 --- a/apps/issues/base/celery-deployment.yaml +++ b/apps/issues/base/celery-deployment.yaml @@ -125,8 +125,8 @@ spec: value: "8000" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi volumeMounts: - name: production-configmap mountPath: /src/config/settings/production.py diff --git a/apps/issues/base/frontend-deployment.yaml b/apps/issues/base/frontend-deployment.yaml index f58b577..f34f03e 100644 --- a/apps/issues/base/frontend-deployment.yaml +++ b/apps/issues/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/mapper/base/deployment.yaml b/apps/mapper/base/deployment.yaml index 96cfc5d..efaf506 100644 --- a/apps/mapper/base/deployment.yaml +++ b/apps/mapper/base/deployment.yaml @@ -99,7 +99,7 @@ spec: value: "120" resources: requests: - cpu: "100m" + cpu: "25m" memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/measurements/base/deployment.yaml b/apps/measurements/base/deployment.yaml index 54c2d5c..7fe6ae8 100644 --- a/apps/measurements/base/deployment.yaml +++ b/apps/measurements/base/deployment.yaml @@ -49,7 +49,7 @@ spec: value: "false" resources: requests: - cpu: 100m + cpu: 25m memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/message-hub/base/deployment.yaml b/apps/message-hub/base/deployment.yaml index 9b4089d..90b3cce 100644 --- a/apps/message-hub/base/deployment.yaml +++ b/apps/message-hub/base/deployment.yaml @@ -90,7 +90,7 @@ spec: value: "6379" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/notes/base/backend-deployment.yaml b/apps/notes/base/backend-deployment.yaml index 04bf199..9812cce 100644 --- a/apps/notes/base/backend-deployment.yaml +++ b/apps/notes/base/backend-deployment.yaml @@ -114,7 +114,7 @@ spec: value: "5432" resources: requests: - cpu: "100m" + cpu: "25m" memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/notes/base/frontend-deployment.yaml b/apps/notes/base/frontend-deployment.yaml index 2cd1a60..2fafb0b 100644 --- a/apps/notes/base/frontend-deployment.yaml +++ b/apps/notes/base/frontend-deployment.yaml @@ -34,7 +34,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: - name: nginx-configmap diff --git a/apps/pm/base/backend-deployment.yaml b/apps/pm/base/backend-deployment.yaml index 9c4516a..6c2ea97 100644 --- a/apps/pm/base/backend-deployment.yaml +++ b/apps/pm/base/backend-deployment.yaml @@ -126,7 +126,7 @@ spec: value: "INFO" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/pm/base/celery-deployment.yaml b/apps/pm/base/celery-deployment.yaml index 50a7767..e063065 100644 --- a/apps/pm/base/celery-deployment.yaml +++ b/apps/pm/base/celery-deployment.yaml @@ -126,6 +126,6 @@ spec: value: "INFO" resources: requests: - memory: 256Mi + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/prescriptions/base/deployment.yaml b/apps/prescriptions/base/deployment.yaml index 5a95531..6de770d 100644 --- a/apps/prescriptions/base/deployment.yaml +++ b/apps/prescriptions/base/deployment.yaml @@ -27,7 +27,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/api-deployment.yaml b/apps/processing/base/api-deployment.yaml index 089530a..ffe0874 100644 --- a/apps/processing/base/api-deployment.yaml +++ b/apps/processing/base/api-deployment.yaml @@ -76,7 +76,7 @@ spec: fieldPath: metadata.name resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/engine-low.yaml b/apps/processing/base/engine-low.yaml index c1c81cc..38571b6 100644 --- a/apps/processing/base/engine-low.yaml +++ b/apps/processing/base/engine-low.yaml @@ -214,8 +214,8 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/engine.yaml b/apps/processing/base/engine.yaml index 6437625..0138b4a 100644 --- a/apps/processing/base/engine.yaml +++ b/apps/processing/base/engine.yaml @@ -215,8 +215,8 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/frontend-deployment.yaml b/apps/processing/base/frontend-deployment.yaml index 5a0a302..81d77ec 100644 --- a/apps/processing/base/frontend-deployment.yaml +++ b/apps/processing/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/projects/base/deployment.yaml b/apps/projects/base/deployment.yaml index bd1ae7b..f2f223e 100644 --- a/apps/projects/base/deployment.yaml +++ b/apps/projects/base/deployment.yaml @@ -40,7 +40,7 @@ spec: failureThreshold: 20 resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/remarks/base/deployment.yaml b/apps/remarks/base/deployment.yaml index e60b703..d6e2006 100644 --- a/apps/remarks/base/deployment.yaml +++ b/apps/remarks/base/deployment.yaml @@ -27,7 +27,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/resources/base/backend-deployment.yaml b/apps/resources/base/backend-deployment.yaml index bfdca30..58a7475 100644 --- a/apps/resources/base/backend-deployment.yaml +++ b/apps/resources/base/backend-deployment.yaml @@ -83,7 +83,7 @@ spec: resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi volumeMounts: diff --git a/apps/reviews/base/deployment.yaml b/apps/reviews/base/deployment.yaml index 49939f0..c61bcde 100644 --- a/apps/reviews/base/deployment.yaml +++ b/apps/reviews/base/deployment.yaml @@ -27,7 +27,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/rfi/base/backend-deployment.yaml b/apps/rfi/base/backend-deployment.yaml index f67fb86..41beb2a 100644 --- a/apps/rfi/base/backend-deployment.yaml +++ b/apps/rfi/base/backend-deployment.yaml @@ -93,7 +93,7 @@ spec: value: http://pdm-svc.documentations.svc.cluster.local:80 resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred \ No newline at end of file diff --git a/apps/rfi/base/celery-deployment.yaml b/apps/rfi/base/celery-deployment.yaml index 132bbc2..ff7f3a7 100644 --- a/apps/rfi/base/celery-deployment.yaml +++ b/apps/rfi/base/celery-deployment.yaml @@ -93,7 +93,7 @@ spec: value: http://pdm-api.documentations.svc.cluster.local:8080 resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/rfi/base/frontend-deployment.yaml b/apps/rfi/base/frontend-deployment.yaml index 332c8f3..6bbd8dd 100644 --- a/apps/rfi/base/frontend-deployment.yaml +++ b/apps/rfi/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/stamp-verification/base/deployment.yaml b/apps/stamp-verification/base/deployment.yaml index 99a1cbe..f602fa4 100644 --- a/apps/stamp-verification/base/deployment.yaml +++ b/apps/stamp-verification/base/deployment.yaml @@ -27,7 +27,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/subscriptions/base/backend-deployment.yaml b/apps/subscriptions/base/backend-deployment.yaml index 0ce110a..b9e881d 100644 --- a/apps/subscriptions/base/backend-deployment.yaml +++ b/apps/subscriptions/base/backend-deployment.yaml @@ -76,7 +76,7 @@ spec: value: "465" resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/system-log/base/backend-deployment.yaml b/apps/system-log/base/backend-deployment.yaml index 0a26bc3..b35155f 100644 --- a/apps/system-log/base/backend-deployment.yaml +++ b/apps/system-log/base/backend-deployment.yaml @@ -96,7 +96,7 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/system-log/base/worker-deployment.yaml b/apps/system-log/base/worker-deployment.yaml index 3af7f98..a0381a4 100644 --- a/apps/system-log/base/worker-deployment.yaml +++ b/apps/system-log/base/worker-deployment.yaml @@ -81,7 +81,7 @@ spec: resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/transmittal/base/backend-deployment.yaml b/apps/transmittal/base/backend-deployment.yaml index a08df1a..f03dec5 100644 --- a/apps/transmittal/base/backend-deployment.yaml +++ b/apps/transmittal/base/backend-deployment.yaml @@ -205,7 +205,7 @@ spec: value: hello@wb.io resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/transmittal/base/frontend-deployment.yaml b/apps/transmittal/base/frontend-deployment.yaml index ee22c0a..cd346e5 100644 --- a/apps/transmittal/base/frontend-deployment.yaml +++ b/apps/transmittal/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi imagePullSecrets: - name: regcred diff --git a/apps/transmittal/base/worker-deployment.yaml b/apps/transmittal/base/worker-deployment.yaml index 8406593..ea01603 100644 --- a/apps/transmittal/base/worker-deployment.yaml +++ b/apps/transmittal/base/worker-deployment.yaml @@ -205,7 +205,7 @@ spec: value: hello@wb.io resources: requests: - cpu: "100m" - memory: 256Mi + cpu: "25m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/workspaces/base/backend-deployment.yaml b/apps/workspaces/base/backend-deployment.yaml index 7ba624a..5e979b9 100644 --- a/apps/workspaces/base/backend-deployment.yaml +++ b/apps/workspaces/base/backend-deployment.yaml @@ -84,7 +84,7 @@ spec: resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi livenessProbe: httpGet: diff --git a/apps/workspaces/base/frontend-deployment.yaml b/apps/workspaces/base/frontend-deployment.yaml index f718edf..94799b3 100644 --- a/apps/workspaces/base/frontend-deployment.yaml +++ b/apps/workspaces/base/frontend-deployment.yaml @@ -26,7 +26,7 @@ spec: protocol: TCP resources: requests: - cpu: 100m + cpu: 25m memory: 100Mi livenessProbe: httpGet: