remove resource limits for now
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user