Skip to content

Commit 6417828

Browse files
committed
fix: remove CPU limits per review feedback
Keep CPU requests for scheduling but drop limits so containers aren't throttled under load.
1 parent ffa968e commit 6417828

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

base/api/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ spec:
4343
cpu: "250m"
4444
limits:
4545
memory: "4Gi"
46-
cpu: "1000m"
4746
ports:
4847
- containerPort: 5585
4948
startupProbe:

base/hasura/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ spec:
4242
cpu: "250m"
4343
limits:
4444
memory: "4Gi"
45-
cpu: "1000m"
4645
ports:
4746
- containerPort: 8080
4847
startupProbe:

base/minio/stateful-set.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
cpu: "250m"
3838
limits:
3939
memory: "512Mi"
40-
cpu: "500m"
4140
ports:
4241
- containerPort: 9000
4342
- containerPort: 9090

base/redis/stateful-set.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ spec:
3636
cpu: "100m"
3737
limits:
3838
memory: "256Mi"
39-
cpu: "250m"
4039
ports:
4140
- containerPort: 6379
4241
protocol: TCP

base/timescaledb/stateful-set.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ spec:
3535
cpu: "500m"
3636
limits:
3737
memory: "1Gi"
38-
cpu: "1000m"
3938
args:
4039
- postgres
4140
- '-c'

base/typesense/stateful-set.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
cpu: "250m"
3838
limits:
3939
memory: "512Mi"
40-
cpu: "500m"
4140
ports:
4241
- containerPort: 8108
4342
startupProbe:

base/web/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ spec:
4242
cpu: "100m"
4343
limits:
4444
memory: "256Mi"
45-
cpu: "250m"
4645
ports:
4746
- containerPort: 3000
4847
startupProbe:

0 commit comments

Comments
 (0)