From 33fd621ec8610c0fcf95721bb59a7576459d1163 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 30 Aug 2024 04:51:35 -0500 Subject: [PATCH] add resource limits --- traefik/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 362a574..a487670 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -819,13 +819,13 @@ traefik: # Additional serviceAccount annotations (e.g. for oidc authentication) serviceAccountAnnotations: {} - resources: {} - # requests: - # cpu: "100m" - # memory: "50Mi" - # limits: - # cpu: "300m" - # memory: "150Mi" + resources: + requests: + cpu: "100m" + memory: "50Mi" + limits: + cpu: "300m" + memory: "150Mi" # This example pod anti-affinity forces the scheduler to put traefik pods # on nodes where no other traefik pods are scheduled.