REFACTOR(deploy): remove CPU limit

- Remove CPU limit from deployment
- Prevent CPU throttling
This commit is contained in:
2025-12-26 11:37:52 +09:00
parent f4f605fc08
commit daa6036ef0
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ spec:
cpu: "100m"
limits:
memory: "1Gi"
cpu: "1000m"
# cpu: removed to prevent throttling
volumeMounts:
- name: projects
mountPath: /mnt/projects