From 9eee5cb33923ae0272b380ce13b7d82c4f354674 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sun, 16 Aug 2026 15:25:03 -0300 Subject: [PATCH] mailu: reserve capacity for spam filtering --- services/mailu/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index ebd4f098..5ccb6841 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -654,6 +654,7 @@ spec: metadata: annotations: vault.hashicorp.com/agent-inject: "true" + vault.hashicorp.com/agent-requests-cpu: "25m" vault.hashicorp.com/role: "mailu-mailserver" vault.hashicorp.com/agent-inject-secret-mailu-env.sh: "kv/data/atlas/mailu/mailu-secret" vault.hashicorp.com/agent-inject-template-mailu-env.sh: | @@ -686,7 +687,7 @@ spec: - matchExpressions: - key: kubernetes.io/hostname operator: NotIn - values: ["titan-13", "titan-15", "titan-17", "titan-19"] + values: ["titan-14", "titan-15", "titan-17", "titan-18", "titan-19"] serviceAccountName: mailu-vault-sync automountServiceAccountToken: true containers: