From a9d06ee5d014b64b264d3410effb279cbd354ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Jun 2025 17:30:11 +0200 Subject: [PATCH] fix(x509): Bump resources limits --- values/x509-exporter/values/x509-exporter.yaml.gotmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values/x509-exporter/values/x509-exporter.yaml.gotmpl b/values/x509-exporter/values/x509-exporter.yaml.gotmpl index 173a6e9a..669452ab 100644 --- a/values/x509-exporter/values/x509-exporter.yaml.gotmpl +++ b/values/x509-exporter/values/x509-exporter.yaml.gotmpl @@ -4,6 +4,9 @@ secretsExporter: excludeLabels: - cert-manager.io/* resources: + requests: + cpu: 200m + memory: 300Mi requests: cpu: 20m memory: 100Mi