From 78c0956ab56dabc9108098400fd40c696dcb575a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Mar 2026 14:24:47 +0000 Subject: [PATCH] [ci skip] add Authentik PDB (minAvailable=2) --- stacks/platform/modules/authentik/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stacks/platform/modules/authentik/values.yaml b/stacks/platform/modules/authentik/values.yaml index 55b56e68..5fe833e0 100644 --- a/stacks/platform/modules/authentik/values.yaml +++ b/stacks/platform/modules/authentik/values.yaml @@ -31,6 +31,9 @@ server: podAnnotations: diun.enable: true diun.include_tags: "^202[0-9].[0-9]+.*$" # no need to annotate the worker as it uses the same image + pdb: + enabled: true + minAvailable: 2 global: addPrometheusAnnotations: true