Skip to content

Commit

Permalink
redis: staging and production remove master cpu limit
Browse files Browse the repository at this point in the history
It appears that while the replica limit was removed in #1788
the master limit was overlooked. This also removes it here also
  • Loading branch information
tarrow committed Nov 25, 2024
1 parent ea7c027 commit 2676278
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion k8s/argocd/production/redis.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ master:
subPath: ""
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 500m
Expand Down
1 change: 0 additions & 1 deletion k8s/argocd/staging/redis.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ master:
subPath: ""
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 500m
Expand Down
1 change: 0 additions & 1 deletion k8s/helmfile/env/production/redis.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ master:
memory: 500Mi
# Internal limit is 75MB, this for now just stops runaway redis..
limits:
cpu: 500m
memory: 500Mi

replica:
Expand Down

0 comments on commit 2676278

Please sign in to comment.