diff --git a/argocd/helm-values.yaml b/argocd/helm-values.yaml index 01cd7bc..9207686 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -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) diff --git a/cert-manager/helm-values.yaml b/cert-manager/helm-values.yaml index f32e5af..cf98a70 100644 --- a/cert-manager/helm-values.yaml +++ b/cert-manager/helm-values.yaml @@ -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: