vw postgres

This commit is contained in:
2026-05-16 18:10:14 +02:00
parent 21fb50ba00
commit f2c56156bf
4 changed files with 110 additions and 1 deletions

View File

@@ -1087,6 +1087,7 @@ ingress:
database:
type: postgresql
host: vaultwarden-postgresql # StatefulSet in overlay
existingSecret: prod-db-creds
storage:
@@ -1099,8 +1100,10 @@ storage:
**Endpoints**:
- Web UI: `https://bitwarden.forteapps.net`
**Database**: Standalone PostgreSQL 16 StatefulSet (`vaultwarden-postgresql`) deployed in overlay with 2Gi PVC. Chart does NOT include a PostgreSQL subchart — must be provisioned separately.
**Secrets**:
- `prod-db-creds` — PostgreSQL credentials + SMTP credentials
- `prod-db-creds` (SealedSecret) — PostgreSQL credentials (`pgusername`, `pgpassword`) + SMTP credentials
- `vaultwarden-tls` — auto-managed by cert-manager
### AI Code Review (ai-review)