Skip to content

Commit

Permalink
Upping celery memory requests to 800
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Larabie committed Jan 22, 2025
1 parent 397a6e4 commit d07759e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helmfile/charts/notify-celery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand All @@ -102,7 +102,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand All @@ -128,7 +128,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand Down Expand Up @@ -176,7 +176,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand Down Expand Up @@ -207,7 +207,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand Down Expand Up @@ -238,7 +238,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand Down Expand Up @@ -269,7 +269,7 @@ nodes:
resources:
requests:
cpu: "100m"
memory: "500Mi"
memory: "800Mi"
limits:
cpu: "550m"
memory: "1024Mi"
Expand Down

0 comments on commit d07759e

Please sign in to comment.