diff --git a/apps/bim/yc-k8s-test/postgresql.yaml b/apps/bim/yc-k8s-test/postgresql.yaml index 4915fc5..a0565ed 100644 --- a/apps/bim/yc-k8s-test/postgresql.yaml +++ b/apps/bim/yc-k8s-test/postgresql.yaml @@ -92,7 +92,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/cde/base/cde-flowscallback.yaml b/apps/cde/base/cde-flowscallback.yaml index 439e02e..bc9c9eb 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-splitpdf.yaml b/apps/cde/base/cde-splitpdf.yaml index c89d162..340dd46 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-copy.yaml b/apps/cde/base/cde-worker-copy.yaml index e3bbdc4..d12663a 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-create-versions.yaml b/apps/cde/base/cde-worker-create-versions.yaml index 7eaf366..9bce53d 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-markings.yaml b/apps/cde/base/cde-worker-markings.yaml index 22f2235..e3540c4 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-sign.yaml b/apps/cde/base/cde-worker-sign.yaml index dbc25ce..8568883 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde-worker-update-bundles.yaml b/apps/cde/base/cde-worker-update-bundles.yaml index 967c8ef..b562b2f 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/cde/base/cde.yaml b/apps/cde/base/cde.yaml index e42ba3c..f1e7c12 100644 --- a/apps/cde/base/cde.yaml +++ b/apps/cde/base/cde.yaml @@ -54,7 +54,7 @@ spec: value: "true" resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/checklists/base/backend-deployment.yaml b/apps/checklists/base/backend-deployment.yaml index c6c254f..bb2b377 100644 --- a/apps/checklists/base/backend-deployment.yaml +++ b/apps/checklists/base/backend-deployment.yaml @@ -74,7 +74,7 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/comparisons/yc-k8s-test/postgresql.yaml b/apps/comparisons/yc-k8s-test/postgresql.yaml index 8fad84a..86d4bbb 100644 --- a/apps/comparisons/yc-k8s-test/postgresql.yaml +++ b/apps/comparisons/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/contracts/yc-k8s-test/postgresql.yaml b/apps/contracts/yc-k8s-test/postgresql.yaml index aa4d294..8655796 100644 --- a/apps/contracts/yc-k8s-test/postgresql.yaml +++ b/apps/contracts/yc-k8s-test/postgresql.yaml @@ -58,7 +58,7 @@ spec: size: 20Gi resources: requests: - memory: 512Mi + memory: 128Mi customLivenessProbe: exec: command: diff --git a/apps/django/base/backend-deployment.yaml b/apps/django/base/backend-deployment.yaml index d3691e3..6aed5df 100644 --- a/apps/django/base/backend-deployment.yaml +++ b/apps/django/base/backend-deployment.yaml @@ -203,8 +203,8 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi 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 da378be..e80a945 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi volumeMounts: - name: django-configmap mountPath: /opt/sarex/config/settings/production.py diff --git a/apps/django/yc-k8s-test/postgresql.yaml b/apps/django/yc-k8s-test/postgresql.yaml index 27cb706..0b93aa0 100644 --- a/apps/django/yc-k8s-test/postgresql.yaml +++ b/apps/django/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/documentations/base/api-deployment.yaml b/apps/documentations/base/api-deployment.yaml index c141de3..243c986 100644 --- a/apps/documentations/base/api-deployment.yaml +++ b/apps/documentations/base/api-deployment.yaml @@ -166,8 +166,8 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/filestream-deployment.yaml b/apps/documentations/base/filestream-deployment.yaml index 30b2813..f75ac4f 100644 --- a/apps/documentations/base/filestream-deployment.yaml +++ b/apps/documentations/base/filestream-deployment.yaml @@ -166,8 +166,8 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/base/pdm-deployment.yaml b/apps/documentations/base/pdm-deployment.yaml index c8d3b83..e12f37b 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/documentations/yc-k8s-test/postgresql.yaml b/apps/documentations/yc-k8s-test/postgresql.yaml index 0276966..3469775 100644 --- a/apps/documentations/yc-k8s-test/postgresql.yaml +++ b/apps/documentations/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/drawings/yc-k8s-test/postgresql.yaml b/apps/drawings/yc-k8s-test/postgresql.yaml index 560da07..279966f 100644 --- a/apps/drawings/yc-k8s-test/postgresql.yaml +++ b/apps/drawings/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/eav/yc-k8s-test/postgresql.yaml b/apps/eav/yc-k8s-test/postgresql.yaml index ea89989..801d6fd 100644 --- a/apps/eav/yc-k8s-test/postgresql.yaml +++ b/apps/eav/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/faas/base/export-reviews.yaml b/apps/faas/base/export-reviews.yaml index feca15c..c06f3aa 100644 --- a/apps/faas/base/export-reviews.yaml +++ b/apps/faas/base/export-reviews.yaml @@ -58,7 +58,7 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/base/backend-deployment.yaml b/apps/flows/base/backend-deployment.yaml index 0e108c3..cc40430 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/base/celery-deployment.yaml b/apps/flows/base/celery-deployment.yaml index 67f4530..df23dc9 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/flows/yc-k8s-test/postgresql.yaml b/apps/flows/yc-k8s-test/postgresql.yaml index 8be70b2..b25f96b 100644 --- a/apps/flows/yc-k8s-test/postgresql.yaml +++ b/apps/flows/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/inspections/base/backend-deployment.yaml b/apps/inspections/base/backend-deployment.yaml index c9b3dda..c2431f9 100644 --- a/apps/inspections/base/backend-deployment.yaml +++ b/apps/inspections/base/backend-deployment.yaml @@ -114,7 +114,7 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/issues/base/backend-deployment.yaml b/apps/issues/base/backend-deployment.yaml index a5767c8..6f751d2 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi 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 aec51d8..44cdc3e 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi volumeMounts: - name: production-configmap mountPath: /src/config/settings/production.py diff --git a/apps/issues/yc-k8s-test/postgresql.yaml b/apps/issues/yc-k8s-test/postgresql.yaml index 108809f..7c4d127 100644 --- a/apps/issues/yc-k8s-test/postgresql.yaml +++ b/apps/issues/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/mapper/base/deployment.yaml b/apps/mapper/base/deployment.yaml index b7204be..96cfc5d 100644 --- a/apps/mapper/base/deployment.yaml +++ b/apps/mapper/base/deployment.yaml @@ -99,7 +99,7 @@ spec: value: "120" resources: requests: - cpu: "1" + cpu: "100m" memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/measurements/base/deployment.yaml b/apps/measurements/base/deployment.yaml index 03f9a26..54c2d5c 100644 --- a/apps/measurements/base/deployment.yaml +++ b/apps/measurements/base/deployment.yaml @@ -49,7 +49,7 @@ spec: value: "false" resources: requests: - cpu: 500m - memory: 512Mi + cpu: 100m + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/message-hub/base/deployment.yaml b/apps/message-hub/base/deployment.yaml index 93decf4..9b4089d 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/notes/base/backend-deployment.yaml b/apps/notes/base/backend-deployment.yaml index e109f88..04bf199 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: "1" - memory: 512Mi + cpu: "100m" + memory: 128Mi imagePullSecrets: - name: regcred diff --git a/apps/notes/yc-k8s-test/postgresql.yaml b/apps/notes/yc-k8s-test/postgresql.yaml index c841c42..19b392d 100644 --- a/apps/notes/yc-k8s-test/postgresql.yaml +++ b/apps/notes/yc-k8s-test/postgresql.yaml @@ -58,7 +58,7 @@ spec: size: 20Gi resources: requests: - memory: 512Mi + memory: 128Mi customLivenessProbe: exec: command: diff --git a/apps/notes/yc-k8s-test/replicas.yaml b/apps/notes/yc-k8s-test/replicas.yaml index 3c20467..8f59239 100644 --- a/apps/notes/yc-k8s-test/replicas.yaml +++ b/apps/notes/yc-k8s-test/replicas.yaml @@ -5,4 +5,4 @@ metadata: name: backend namespace: notes spec: - replicas: 2 + replicas: 1 diff --git a/apps/pm/base/backend-deployment.yaml b/apps/pm/base/backend-deployment.yaml index cc8ae02..9c4516a 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/pm/base/celery-deployment.yaml b/apps/pm/base/celery-deployment.yaml index 306a8e2..50a7767 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: 1Gi + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/pm/yc-k8s-test/postgresql.yaml b/apps/pm/yc-k8s-test/postgresql.yaml index cd20a78..0c4cd6d 100644 --- a/apps/pm/yc-k8s-test/postgresql.yaml +++ b/apps/pm/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/processing/base/api-deployment.yaml b/apps/processing/base/api-deployment.yaml index a265aa2..089530a 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/engine-low.yaml b/apps/processing/base/engine-low.yaml index ffda15a..c1c81cc 100644 --- a/apps/processing/base/engine-low.yaml +++ b/apps/processing/base/engine-low.yaml @@ -214,8 +214,8 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/base/engine.yaml b/apps/processing/base/engine.yaml index 59ee708..6437625 100644 --- a/apps/processing/base/engine.yaml +++ b/apps/processing/base/engine.yaml @@ -215,8 +215,8 @@ spec: resources: requests: - cpu: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/processing/yc-k8s-test/postgresql.yaml b/apps/processing/yc-k8s-test/postgresql.yaml index fa6ec66..666f685 100644 --- a/apps/processing/yc-k8s-test/postgresql.yaml +++ b/apps/processing/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/projects/yc-k8s-test/replicas.yaml b/apps/projects/yc-k8s-test/replicas.yaml index b5c3c0a..8c740f7 100644 --- a/apps/projects/yc-k8s-test/replicas.yaml +++ b/apps/projects/yc-k8s-test/replicas.yaml @@ -5,4 +5,4 @@ metadata: name: projects-frontend-static namespace: projects spec: - replicas: 2 + replicas: 1 diff --git a/apps/resources/yc-k8s-test/postgresql.yaml b/apps/resources/yc-k8s-test/postgresql.yaml index 10fa722..13dbf8d 100644 --- a/apps/resources/yc-k8s-test/postgresql.yaml +++ b/apps/resources/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/rfi/base/backend-deployment.yaml b/apps/rfi/base/backend-deployment.yaml index e8e0222..f67fb86 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi 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 2977796..132bbc2 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/subscriptions/base/backend-deployment.yaml b/apps/subscriptions/base/backend-deployment.yaml index 140fab0..0ce110a 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/subscriptions/yc-k8s-test/postgresql.yaml b/apps/subscriptions/yc-k8s-test/postgresql.yaml index 1983b33..a3ed23f 100644 --- a/apps/subscriptions/yc-k8s-test/postgresql.yaml +++ b/apps/subscriptions/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/system-log/base/backend-deployment.yaml b/apps/system-log/base/backend-deployment.yaml index b172186..0a26bc3 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/system-log/base/worker-deployment.yaml b/apps/system-log/base/worker-deployment.yaml index 186f702..3af7f98 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/system-log/yc-k8s-test/postgresql.yaml b/apps/system-log/yc-k8s-test/postgresql.yaml index 34998e9..c98356a 100644 --- a/apps/system-log/yc-k8s-test/postgresql.yaml +++ b/apps/system-log/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/transmittal/base/backend-deployment.yaml b/apps/transmittal/base/backend-deployment.yaml index 2b9ec89..a08df1a 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/transmittal/base/worker-deployment.yaml b/apps/transmittal/base/worker-deployment.yaml index 03a2973..8406593 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: "1" - memory: 1Gi + cpu: "100m" + memory: 256Mi imagePullSecrets: - name: regcred diff --git a/apps/transmittal/yc-k8s-test/postgresql.yaml b/apps/transmittal/yc-k8s-test/postgresql.yaml index ec5a1d5..38dc688 100644 --- a/apps/transmittal/yc-k8s-test/postgresql.yaml +++ b/apps/transmittal/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: diff --git a/apps/workspaces/yc-k8s-test/postgresql.yaml b/apps/workspaces/yc-k8s-test/postgresql.yaml index 0f0c129..dc87378 100644 --- a/apps/workspaces/yc-k8s-test/postgresql.yaml +++ b/apps/workspaces/yc-k8s-test/postgresql.yaml @@ -91,7 +91,7 @@ spec: failureThreshold: 6 resources: requests: - memory: 512Mi + memory: 128Mi nodeSelector: dedicated: db tolerations: