From b8b6f19df313c5d5a65b4ba67b3ce1b2b97dffd6 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 12 Jul 2026 18:34:25 +1000 Subject: [PATCH 1/3] observability: reduce vmstorage CPU request to 250m --- apps/base/observability/vmcluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/observability/vmcluster.yaml b/apps/base/observability/vmcluster.yaml index c44be59..9c54f3a 100644 --- a/apps/base/observability/vmcluster.yaml +++ b/apps/base/observability/vmcluster.yaml @@ -23,7 +23,7 @@ spec: storage: 200Gi resources: requests: - cpu: "1" + cpu: 250m memory: 2Gi limits: cpu: "2" -- 2.47.3 From e32396ca0abc5f36150131a285a77159cc8fca1f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 12 Jul 2026 18:36:18 +1000 Subject: [PATCH 2/3] observability+authentik: reduce CPU requests --- apps/base/observability/vmagent.yaml | 2 +- apps/overlays/au-syd1/authentik/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/observability/vmagent.yaml b/apps/base/observability/vmagent.yaml index efe229c..7027954 100644 --- a/apps/base/observability/vmagent.yaml +++ b/apps/base/observability/vmagent.yaml @@ -16,7 +16,7 @@ spec: - url: http://vminsert-main.observability.svc.cluster.local:8480/insert/0/prometheus/ resources: requests: - cpu: 500m + cpu: 250m memory: 512Mi limits: cpu: "1" diff --git a/apps/overlays/au-syd1/authentik/values.yaml b/apps/overlays/au-syd1/authentik/values.yaml index cd4d5c2..067c12e 100644 --- a/apps/overlays/au-syd1/authentik/values.yaml +++ b/apps/overlays/au-syd1/authentik/values.yaml @@ -83,7 +83,7 @@ server: cpu: "2" memory: 2Gi requests: - cpu: 250m + cpu: 50m memory: 512Mi worker: @@ -95,7 +95,7 @@ worker: cpu: "2" memory: 2Gi requests: - cpu: 250m + cpu: 100m memory: 512Mi postgresql: -- 2.47.3 From 0c225bc323c4097849acc605457b49c9ec32118d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 12 Jul 2026 18:38:44 +1000 Subject: [PATCH 3/3] bind + woodpecker-agent: reduce CPU requests --- apps/base/bind-internal/authoritative/cluster.yaml | 2 +- apps/base/bind-internal/externaldns/cluster.yaml | 2 +- apps/base/bind-internal/resolvers/cluster.yaml | 2 +- apps/overlays/au-syd1/woodpecker/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/bind-internal/authoritative/cluster.yaml b/apps/base/bind-internal/authoritative/cluster.yaml index 639d780..3096cbd 100644 --- a/apps/base/bind-internal/authoritative/cluster.yaml +++ b/apps/base/bind-internal/authoritative/cluster.yaml @@ -31,7 +31,7 @@ spec: external-dns.alpha.kubernetes.io/hostname: bind-authoritative-primary.k8s.syd1.au.unkin.net resources: requests: - cpu: 100m + cpu: 20m memory: 128Mi limits: cpu: "1" diff --git a/apps/base/bind-internal/externaldns/cluster.yaml b/apps/base/bind-internal/externaldns/cluster.yaml index 5b2a0ca..07adf5f 100644 --- a/apps/base/bind-internal/externaldns/cluster.yaml +++ b/apps/base/bind-internal/externaldns/cluster.yaml @@ -23,7 +23,7 @@ spec: type: ClusterIP resources: requests: - cpu: 100m + cpu: 20m memory: 128Mi limits: cpu: "1" diff --git a/apps/base/bind-internal/resolvers/cluster.yaml b/apps/base/bind-internal/resolvers/cluster.yaml index e6c8231..cfefc58 100644 --- a/apps/base/bind-internal/resolvers/cluster.yaml +++ b/apps/base/bind-internal/resolvers/cluster.yaml @@ -23,7 +23,7 @@ spec: - 1.1.1.1 resources: requests: - cpu: 100m + cpu: 20m memory: 128Mi limits: cpu: "1" diff --git a/apps/overlays/au-syd1/woodpecker/values.yaml b/apps/overlays/au-syd1/woodpecker/values.yaml index c89853b..fd16b7e 100644 --- a/apps/overlays/au-syd1/woodpecker/values.yaml +++ b/apps/overlays/au-syd1/woodpecker/values.yaml @@ -15,7 +15,7 @@ agent: reloader.stakater.com/auto: "true" resources: requests: - cpu: 100m + cpu: 50m limits: memory: 128Mi -- 2.47.3