Skip to content

Commit

Permalink
argo: redis remove null cpu limit (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow authored Nov 18, 2024
1 parent 1bb7948 commit 37e508e
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 @@ -43,7 +43,6 @@ replica:
replicaCount: 1
resources:
limits:
cpu: null
memory: 250Mi
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 @@ -43,7 +43,6 @@ replica:
replicaCount: 1
resources:
limits:
cpu: null
memory: 250Mi
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 @@ -43,7 +43,6 @@ replica:
cpu: 500m
memory: 250Mi
limits:
cpu: null
memory: 250Mi

commonConfiguration: |
Expand Down

0 comments on commit 37e508e

Please sign in to comment.