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
|
# Resource limits
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 15m
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
|
|||||||
@@ -64,10 +64,10 @@ controller:
|
|||||||
# Resource settings (from VPA recommendations)
|
# Resource settings (from VPA recommendations)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 126m
|
cpu: 350m
|
||||||
memory: 1700Mi
|
memory: 640Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 1700Mi
|
memory: 640Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# API SERVER (Deployment)
|
# API SERVER (Deployment)
|
||||||
@@ -96,9 +96,9 @@ server:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 138Mi
|
memory: 121Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 138Mi
|
memory: 121Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REPO SERVER (Deployment)
|
# REPO SERVER (Deployment)
|
||||||
@@ -115,10 +115,10 @@ repoServer:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 49m
|
||||||
memory: 1536Mi
|
memory: 933Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 1536Mi
|
memory: 933Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REDIS (Deployment)
|
# REDIS (Deployment)
|
||||||
|
|||||||
@@ -8,19 +8,19 @@ replicaCount: 1
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 23m
|
cpu: 15m
|
||||||
memory: 96Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 96Mi
|
memory: 100Mi
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 23m
|
cpu: 15m
|
||||||
memory: 96Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 96Mi
|
memory: 100Mi
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
@@ -36,10 +36,10 @@ cainjector:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 23m
|
cpu: 15m
|
||||||
memory: 192Mi
|
memory: 237Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 192Mi
|
memory: 237Mi
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
|
|||||||
Reference in New Issue
Block a user