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:
|
args:
|
||||||
appResyncPeriod: "0"
|
appResyncPeriod: "0"
|
||||||
|
|
||||||
# Resource settings (from VPA recommendations)
|
# Resource settings (20% increase from original)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 350m
|
cpu: 126m
|
||||||
memory: 640Mi
|
memory: 2040Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 640Mi
|
memory: 2040Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# API SERVER (Deployment)
|
# API SERVER (Deployment)
|
||||||
@@ -92,13 +92,13 @@ server:
|
|||||||
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
||||||
tls: true
|
tls: true
|
||||||
|
|
||||||
# Resource settings
|
# Resource settings (20% increase from original)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 121Mi
|
memory: 166Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 121Mi
|
memory: 166Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REPO SERVER (Deployment)
|
# REPO SERVER (Deployment)
|
||||||
@@ -115,10 +115,10 @@ repoServer:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 49m
|
cpu: 15m
|
||||||
memory: 933Mi
|
memory: 1843Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 933Mi
|
memory: 1843Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REDIS (Deployment)
|
# REDIS (Deployment)
|
||||||
|
|||||||
@@ -8,19 +8,19 @@ replicaCount: 1
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 23m
|
||||||
memory: 100Mi
|
memory: 115Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 115Mi
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 23m
|
||||||
memory: 100Mi
|
memory: 115Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 115Mi
|
||||||
# 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: 15m
|
cpu: 23m
|
||||||
memory: 237Mi
|
memory: 230Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 237Mi
|
memory: 230Mi
|
||||||
# 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