From 45c473fe9c219827f65d329ca275e5e8b9feea8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Jun 2025 17:40:41 +0200 Subject: [PATCH] fix(x509): I'm stupid --- .../x509-exporter/values/x509-exporter.yaml.gotmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/values/x509-exporter/values/x509-exporter.yaml.gotmpl b/values/x509-exporter/values/x509-exporter.yaml.gotmpl index 086a9680..d910681d 100644 --- a/values/x509-exporter/values/x509-exporter.yaml.gotmpl +++ b/values/x509-exporter/values/x509-exporter.yaml.gotmpl @@ -3,13 +3,13 @@ secretsExporter: - sealed-secrets excludeLabels: - cert-manager.io/* -resources: - requests: - cpu: 500m - memory: 150Mi - requests: - cpu: 20m - memory: 100Mi + resources: + limits: + cpu: 500m + memory: 200Mi + requests: + cpu: 20m + memory: 100Mi prometheusServiceMonitor: extraLabels: k8s-app: x509-exporter