Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove argo cpu limits #1883

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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