Skip to content

Commit

Permalink
remove argo cpu limits
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Dec 2, 2024
1 parent c747eff commit 6ddf57b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions k8s/helmfile/env/production/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ configs:
controller:
resources:
limits:
cpu: null
memory: 512Mi
requests:
cpu: 250m
Expand All @@ -51,7 +50,6 @@ controller:
applicationSet:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -60,7 +58,6 @@ applicationSet:
dex:
resources:
limits:
cpu: null
memory: 64Mi
requests:
cpu: 10m
Expand All @@ -69,7 +66,6 @@ dex:
notifications:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -78,7 +74,6 @@ notifications:
redis:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -87,7 +82,6 @@ redis:
repoServer:
resources:
limits:
cpu: null
memory: 1024Mi
requests:
cpu: 10m
Expand Down

0 comments on commit 6ddf57b

Please sign in to comment.