feat(k8s/infrastructure/authelia): migrate storage from SQLite to PostgreSQL

This commit is contained in:
2026-03-13 19:15:21 +02:00
parent a7bb66a183
commit 0517e2b4b8
7 changed files with 65 additions and 36 deletions

View File

@@ -0,0 +1,29 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: authelia-postgresql
namespace: flux-system
spec:
chart:
spec:
chart: postgresql
version: 18.5.6
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
interval: 1m0s
targetNamespace: authelia
values:
auth:
username: authelia
database: authelia
existingSecret: authelia-secrets
secretKeys:
adminPasswordKey: POSTGRES_ADMIN_PASSWORD
userPasswordKey: POSTGRES_PASSWORD
primary:
persistence:
existingClaim: authelia-db