remove resource limits for now

This commit is contained in:
nicktrn
2024-03-19 15:28:27 +00:00
parent 561efe7bff
commit 8f3bbc4c64
+6 -6
View File
@@ -70,12 +70,12 @@ class KubernetesTaskOperations implements TaskOperations {
containerPort: 8000,
},
],
resources: {
limits: {
cpu: "100m",
memory: "50Mi",
},
},
// resources: {
// limits: {
// cpu: "100m",
// memory: "50Mi",
// },
// },
env: [
{
name: "DEBUG",