From 9e52627ee582cf4bc7a0b628aa35356c5d1ec3a2 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 2 Mar 2025 12:56:16 -0500 Subject: [PATCH] authentik: allow pvcs to be backed up by Velero --- authentik/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 6df3b86..0dfe436 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -13,6 +13,8 @@ authentik: userPasswordKey: "user-password" replicationPasswordKey: "replication-password" primary: + podAnnotations: + backup.velero.io/backup-volumes: data extendedConfiguration: | max_connections = 500 resourcesPreset: "none" @@ -38,6 +40,8 @@ authentik: enabled: false master: resourcesPreset: "none" + podAnnotations: + backup.velero.io/backup-volumes: redis-data replica: resourcesPreset: "none" sentinel: