diff --git a/code-server/helm-values.yaml b/code-server/helm-values.yaml index 793a5b8..16557bc 100644 --- a/code-server/helm-values.yaml +++ b/code-server/helm-values.yaml @@ -43,8 +43,11 @@ service: # Resource limits resources: requests: - cpu: 5m # Reduced from 50m based on actual usage (1m) - memory: 128Mi # Reduced from 1Gi - actual usage ~105Mi + cpu: 15m + memory: 512Mi + limits: + cpu: 23m + memory: 768Mi # Security context securityContext: diff --git a/crafty/helm-values.yaml b/crafty/helm-values.yaml index 4a95238..69d5a68 100644 --- a/crafty/helm-values.yaml +++ b/crafty/helm-values.yaml @@ -10,10 +10,11 @@ image: resources: requests: - cpu: 250m - memory: 512Mi + cpu: 35m + memory: 128Mi limits: - memory: 2Gi + cpu: 53m + memory: 192Mi # Disable default probes (Crafty HTTPS needs time to initialize) livenessProbe: diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index fe2ba78..7ba190e 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -32,10 +32,11 @@ controllers: tag: alpine resources: requests: - cpu: 50m - memory: 64Mi + cpu: 15m + memory: 100Mi limits: - memory: 128Mi + cpu: 23m + memory: 150Mi probes: liveness: enabled: true diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 2242b62..1c37b9c 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -103,10 +103,11 @@ ingress: # ============================================================================= resources: requests: - cpu: 100m - memory: 256Mi + cpu: 15m + memory: 100Mi limits: - memory: 512Mi + cpu: 23m + memory: 150Mi # ============================================================================= # POD CONFIGURATION diff --git a/headlamp/helm-values.yaml b/headlamp/helm-values.yaml index de130b6..21417f1 100644 --- a/headlamp/helm-values.yaml +++ b/headlamp/helm-values.yaml @@ -21,10 +21,11 @@ service: resources: requests: - cpu: 10m - memory: 64Mi + cpu: 15m + memory: 100Mi limits: - memory: 128Mi + cpu: 23m + memory: 150Mi ingress: enabled: true diff --git a/homer/helm-values.yaml b/homer/helm-values.yaml index b542576..c19d87a 100644 --- a/homer/helm-values.yaml +++ b/homer/helm-values.yaml @@ -35,8 +35,11 @@ controllers: pullPolicy: IfNotPresent resources: requests: - cpu: 5m - memory: 64Mi + cpu: 15m + memory: 100Mi + limits: + cpu: 23m + memory: 150Mi service: main: diff --git a/immich/helm-values.yaml b/immich/helm-values.yaml index f60859d..c5c1dc0 100644 --- a/immich/helm-values.yaml +++ b/immich/helm-values.yaml @@ -58,10 +58,11 @@ server: main: resources: requests: - cpu: 10m - memory: 256Mi + cpu: 15m + memory: 512Mi limits: - memory: 1Gi + cpu: 23m + memory: 768Mi ingress: main: enabled: true @@ -88,10 +89,11 @@ machine-learning: main: resources: requests: - cpu: 10m - memory: 512Mi + cpu: 15m + memory: 2Gi limits: - memory: 4Gi + cpu: 23m + memory: 3Gi persistence: cache: enabled: false diff --git a/mas/helm-values.yaml b/mas/helm-values.yaml index 520f993..a454f04 100644 --- a/mas/helm-values.yaml +++ b/mas/helm-values.yaml @@ -44,10 +44,11 @@ controllers: REDIS_URL: "redis://redis:6379/0" resources: requests: - cpu: 100m - memory: 256Mi + cpu: 15m + memory: 150Mi limits: - memory: 1Gi + cpu: 23m + memory: 225Mi probes: liveness: enabled: true diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index f7c1496..c28adde 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -39,8 +39,11 @@ service: resources: requests: - cpu: 5m # Reduced from 30m based on actual usage (1m) - memory: 256Mi + cpu: 15m + memory: 384Mi + limits: + cpu: 23m + memory: 576Mi replicaCount: 1