We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e667028 commit bce398bCopy full SHA for bce398b
1 file changed
apps/kubernetes-provider/src/index.ts
@@ -80,8 +80,8 @@ class KubernetesTaskOperations implements TaskOperations {
80
],
81
resources: {
82
limits: {
83
- cpu: "250m",
84
- memory: "0.5G",
+ cpu: "1",
+ memory: "1G",
85
"ephemeral-storage": "2Gi",
86
},
87
0 commit comments