PERF(platform): adjust resources based on VPA
- Update argocd controller cpu 126m→350m, memory 1700Mi→640Mi - Update argocd server memory 138Mi→121Mi - Update argocd repo-server cpu 15m→49m, memory 1536Mi→933Mi - Update argocd-image-updater cpu 10m→15m, memory 64Mi→100Mi - Update cert-manager cpu 23m→15m, memory 96Mi→100Mi - Update cert-manager webhook cpu 23m→15m, memory 96Mi→100Mi - Update cert-manager cainjector cpu 23m→15m, memory 192Mi→237Mi
This commit is contained in:
@@ -13,7 +13,7 @@ config:
|
||||
# Resource limits
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 64Mi
|
||||
memory: 100Mi
|
||||
|
||||
@@ -64,10 +64,10 @@ controller:
|
||||
# Resource settings (from VPA recommendations)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 126m
|
||||
memory: 1700Mi
|
||||
cpu: 350m
|
||||
memory: 640Mi
|
||||
limits:
|
||||
memory: 1700Mi
|
||||
memory: 640Mi
|
||||
|
||||
# =============================================================================
|
||||
# API SERVER (Deployment)
|
||||
@@ -96,9 +96,9 @@ server:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 138Mi
|
||||
memory: 121Mi
|
||||
limits:
|
||||
memory: 138Mi
|
||||
memory: 121Mi
|
||||
|
||||
# =============================================================================
|
||||
# REPO SERVER (Deployment)
|
||||
@@ -115,10 +115,10 @@ repoServer:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 1536Mi
|
||||
cpu: 49m
|
||||
memory: 933Mi
|
||||
limits:
|
||||
memory: 1536Mi
|
||||
memory: 933Mi
|
||||
|
||||
# =============================================================================
|
||||
# REDIS (Deployment)
|
||||
|
||||
@@ -8,19 +8,19 @@ replicaCount: 1
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 23m
|
||||
memory: 96Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 96Mi
|
||||
memory: 100Mi
|
||||
|
||||
webhook:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 23m
|
||||
memory: 96Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 96Mi
|
||||
memory: 100Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
@@ -36,10 +36,10 @@ cainjector:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 23m
|
||||
memory: 192Mi
|
||||
cpu: 15m
|
||||
memory: 237Mi
|
||||
limits:
|
||||
memory: 192Mi
|
||||
memory: 237Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
|
||||
Reference in New Issue
Block a user