From 9a63eacfbb2796d7fb7cf26b816877eddf1277f5 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 9 Dec 2023 17:32:16 +0100
Subject: [PATCH] feat(dns): Adjust cpu limit to use full cores

---
 apps/k8s01/dns/dns.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 32900f733..9c99a450a 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -89,7 +89,7 @@ spec:
               cpu: 200m
               memory: 256Mi
             limits:
-              cpu: 200m
+              cpu: "1"
               memory: 256Mi
           volumeMounts:
             - name: tls-secret
-- 
GitLab