diff --git a/code-server/helm-values.yaml b/code-server/helm-values.yaml index 610fe86..0e1587d 100644 --- a/code-server/helm-values.yaml +++ b/code-server/helm-values.yaml @@ -44,9 +44,9 @@ service: resources: requests: cpu: 15m - memory: 512Mi + memory: 215Mi limits: - memory: 512Mi + memory: 215Mi # Security context securityContext: diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index 3377da2..2259f94 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -37,7 +37,7 @@ ingress: resources: requests: memory: 100Mi - cpu: 10m + cpu: 15m limits: memory: 100Mi diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 27aab14..9354cbf 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -103,10 +103,10 @@ ingress: # ============================================================================= resources: requests: - cpu: 15m - memory: 200Mi + cpu: 63m + memory: 237Mi limits: - memory: 200Mi + memory: 237Mi # ============================================================================= # POD CONFIGURATION diff --git a/homer/helm-values.yaml b/homer/helm-values.yaml index b01957b..b510b97 100644 --- a/homer/helm-values.yaml +++ b/homer/helm-values.yaml @@ -36,10 +36,10 @@ controllers: pullPolicy: IfNotPresent resources: requests: - cpu: 15m - memory: 100Mi + cpu: 11m + memory: 50Mi limits: - memory: 100Mi + memory: 50Mi pod: # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: diff --git a/mas/helm-values.yaml b/mas/helm-values.yaml index 93b77db..57bd45f 100644 --- a/mas/helm-values.yaml +++ b/mas/helm-values.yaml @@ -46,9 +46,9 @@ controllers: resources: requests: cpu: 15m - memory: 150Mi + memory: 175Mi limits: - memory: 150Mi + memory: 175Mi probes: startup: enabled: true diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index e4a473f..59e358c 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -40,9 +40,9 @@ service: resources: requests: cpu: 15m - memory: 384Mi + memory: 283Mi limits: - memory: 384Mi + memory: 283Mi replicaCount: 1