From 49e6cfb95fc14f98199120fad3aa49d643a7669e Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:16:40 -0800 Subject: [PATCH] chore: remove limits --- charts/pubcode/values.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/charts/pubcode/values.yaml b/charts/pubcode/values.yaml index 0e9eb90..8ba3bbf 100644 --- a/charts/pubcode/values.yaml +++ b/charts/pubcode/values.yaml @@ -42,9 +42,6 @@ api: containerPort: 3000 protocol: TCP resources: # this is optional - limits: - cpu: 150m - memory: 250Mi requests: cpu: 50m memory: 100Mi @@ -123,9 +120,6 @@ frontend: containerPort: 3001 protocol: TCP resources: # this is optional - limits: - cpu: 75m - memory: 150Mi requests: cpu: 50m memory: 50Mi @@ -195,9 +189,6 @@ database: - "-c" - "mkdir -p /data/db" resources: # this is optional - limits: - cpu: 250m - memory: 450Mi requests: cpu: 50m memory: 150Mi @@ -218,9 +209,6 @@ database: containerPort: 27017 protocol: TCP resources: # this is optional - limits: - cpu: 250m - memory: 450Mi requests: cpu: 50m memory: 150Mi