authentik: allow pvcs to be backed up by Velero
This commit is contained in:
@@ -13,6 +13,8 @@ authentik:
|
|||||||
userPasswordKey: "user-password"
|
userPasswordKey: "user-password"
|
||||||
replicationPasswordKey: "replication-password"
|
replicationPasswordKey: "replication-password"
|
||||||
primary:
|
primary:
|
||||||
|
podAnnotations:
|
||||||
|
backup.velero.io/backup-volumes: data
|
||||||
extendedConfiguration: |
|
extendedConfiguration: |
|
||||||
max_connections = 500
|
max_connections = 500
|
||||||
resourcesPreset: "none"
|
resourcesPreset: "none"
|
||||||
@@ -38,6 +40,8 @@ authentik:
|
|||||||
enabled: false
|
enabled: false
|
||||||
master:
|
master:
|
||||||
resourcesPreset: "none"
|
resourcesPreset: "none"
|
||||||
|
podAnnotations:
|
||||||
|
backup.velero.io/backup-volumes: redis-data
|
||||||
replica:
|
replica:
|
||||||
resourcesPreset: "none"
|
resourcesPreset: "none"
|
||||||
sentinel:
|
sentinel:
|
||||||
|
|||||||
Reference in New Issue
Block a user