Skip to content

Commit

Permalink
increase indexing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed May 3, 2024
1 parent e667028 commit bce398b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/kubernetes-provider/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class KubernetesTaskOperations implements TaskOperations {
],
resources: {
limits: {
cpu: "250m",
memory: "0.5G",
cpu: "1",
memory: "1G",
"ephemeral-storage": "2Gi",
},
},
Expand Down

0 comments on commit bce398b

Please sign in to comment.