PERF(platform): use 20% memory increase instead of VPA
- Update argocd controller memory 1700Mi→2040Mi (+20%) - Update argocd server memory 138Mi→166Mi (+20%) - Update argocd repo-server memory 1536Mi→1843Mi (+20%) - Update cert-manager memory 96Mi→115Mi (+20%) - Update cert-manager webhook memory 96Mi→115Mi (+20%) - Update cert-manager cainjector memory 192Mi→230Mi (+20%)
This commit is contained in:
@@ -61,13 +61,13 @@ controller:
|
||||
args:
|
||||
appResyncPeriod: "0"
|
||||
|
||||
# Resource settings (from VPA recommendations)
|
||||
# Resource settings (20% increase from original)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 350m
|
||||
memory: 640Mi
|
||||
cpu: 126m
|
||||
memory: 2040Mi
|
||||
limits:
|
||||
memory: 640Mi
|
||||
memory: 2040Mi
|
||||
|
||||
# =============================================================================
|
||||
# API SERVER (Deployment)
|
||||
@@ -92,13 +92,13 @@ server:
|
||||
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
||||
tls: true
|
||||
|
||||
# Resource settings
|
||||
# Resource settings (20% increase from original)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 121Mi
|
||||
memory: 166Mi
|
||||
limits:
|
||||
memory: 121Mi
|
||||
memory: 166Mi
|
||||
|
||||
# =============================================================================
|
||||
# REPO SERVER (Deployment)
|
||||
@@ -115,10 +115,10 @@ repoServer:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 49m
|
||||
memory: 933Mi
|
||||
cpu: 15m
|
||||
memory: 1843Mi
|
||||
limits:
|
||||
memory: 933Mi
|
||||
memory: 1843Mi
|
||||
|
||||
# =============================================================================
|
||||
# REDIS (Deployment)
|
||||
|
||||
@@ -8,19 +8,19 @@ replicaCount: 1
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
cpu: 23m
|
||||
memory: 115Mi
|
||||
limits:
|
||||
memory: 100Mi
|
||||
memory: 115Mi
|
||||
|
||||
webhook:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
cpu: 23m
|
||||
memory: 115Mi
|
||||
limits:
|
||||
memory: 100Mi
|
||||
memory: 115Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
@@ -36,10 +36,10 @@ cainjector:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 237Mi
|
||||
cpu: 23m
|
||||
memory: 230Mi
|
||||
limits:
|
||||
memory: 237Mi
|
||||
memory: 230Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
|
||||
Reference in New Issue
Block a user