From 00fe627421bb755790adaaee30e817a98dbeea24 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 25 Mar 2022 02:04:46 +0100 Subject: [PATCH] fix(monitoring): Increase x509 exporter CPU limits --- infrastructure/monitoring/x509-exporter.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/monitoring/x509-exporter.yaml b/infrastructure/monitoring/x509-exporter.yaml index fab9695ca..cd8a81002 100644 --- a/infrastructure/monitoring/x509-exporter.yaml +++ b/infrastructure/monitoring/x509-exporter.yaml @@ -24,6 +24,10 @@ spec: version: 1.20.0 interval: 5m values: + secretsExporter: + resources: + limits: + cpu: 500m hostPathsExporter: podAnnotations: prometheus.io/port: "9793" -- GitLab