UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0f66f8b5 authored by Mark Sanchez's avatar Mark Sanchez Committed by Micah Nagel
Browse files

Add resource limits and requests to argo cd pods

parent b4e44d8a
No related branches found
No related tags found
1 merge request!788Add resource limits and requests to argo cd pods
......@@ -467,7 +467,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git
path: "./chart"
tag: "3.6.8-bb.5"
tag: "3.6.8-bb.6"
# -- Flux reconciliation overrides specifically for the ArgoCD Package
flux: {}
......
......@@ -106,32 +106,32 @@ addons:
controller:
resources:
requests:
cpu: 100m
memory: 200Mi
cpu: 500m
memory: 2Gi
limits: {}
dex:
resources:
requests:
cpu: 100m
memory: 200Mi
cpu: 10m
memory: 128Mi
limits: {}
redis:
resources:
requests:
cpu: 100m
memory: 200Mi
cpu: 50m
memory: 64Mi
limits: {}
server:
resources:
requests:
cpu: 100m
memory: 200Mi
cpu: 20m
memory: 128Mi
limits: {}
repoServer:
resources:
requests:
cpu: 100m
memory: 200Mi
cpu: 50m
memory: 128Mi
limits: {}
authservice:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment