chore(k8): adjusted system resources requests and limits based on manual monitoring

This commit is contained in:
2026-06-10 19:37:16 +02:00
parent f068a3e6a0
commit 1ea669220b
6 changed files with 27 additions and 16 deletions
+3 -3
View File
@@ -42,10 +42,10 @@ spec:
image: adguard/adguardhome:latest
resources:
limits:
memory: "1Gi"
cpu: "500m"
memory: "1.5Gi"
cpu: "300m"
requests:
memory: "128Mi"
memory: "500Mi"
cpu: "50m"
ports:
- containerPort: 3000