Guy Harel
08/31/2023, 12:13 PMRequests:
cpu: 2
memory: 200Mi
But I don't see where I can change that across the board without annotating tasks. I also don't see any values in the helm values created (helm get values)Michael Tinsley
08/31/2023, 1:12 PMconfiguration:
inline:
task_resources:
defaults:
cpu: "1"
ephemeralStorage: "0"
gpu: "0"
memory: "2Gi"
storage: "2Gi"
limits:
cpu: "20"
ephemeralStorage: "64Gi"
gpu: "8"
memory: "64Gi"
storage: "64Gi"
Guy Harel
08/31/2023, 1:57 PMMichael Tinsley
08/31/2023, 6:42 PM