|
|
0935908d0f
|
REFACTOR(postgresql): migrate PostgreSQL storage
- Migrate to local-path-retain storageClass
- Update storage configuration
|
2026-01-05 00:39:12 +09:00 |
|
|
|
bc8d0dd521
|
REFACTOR(postgresql): change pg anti-affinity
- from hard to soft
- Use podAntiAffinityType: preferred instead of required
- Allows pods to be scheduled on same node if necessary
|
2026-01-05 00:39:12 +09:00 |
|
|
|
196c941db9
|
REVERT(storage): revert storageClass to local-path
- Will patch existing PVs manually
- Revert storage configuration
|
2026-01-05 00:39:12 +09:00 |
|
|
|
2b315deac5
|
FEAT(cnpg): add local-path-retain StorageClass
- for CNPG data protection
|
2026-01-05 00:39:12 +09:00 |
|
|
|
a8e2034766
|
PERF(postgresql): reduce PostgreSQL CPU request from 150m to 30m
- Reduce based on actual usage
- Optimize resource allocation
|
2026-01-05 00:39:12 +09:00 |
|
|
|
e0143b153f
|
FEAT(postgresql): add master node toleration
- to PostgreSQL
- Allows postgresql pods to run on master with NoExecute taint
- Required because PV is on master node
|
2026-01-05 00:39:12 +09:00 |
|
|
|
09e841d025
|
FEAT(authelia): add authelia
- to manually created databases list
|
2026-01-05 00:39:12 +09:00 |
|
|
|
bc3445e170
|
REFACTOR(cnpg): remove managed databases section
- (not supported by CN...
- CNPG operator version doesn't support spec.managed.databases
- authentik database created manually via psql
|
2026-01-05 00:39:12 +09:00 |
|
|
|
72f1ae1e11
|
FEAT(postgresql): add authentik database
- to main pg cluster
- Add managed database 'authentik' owned by 'app' user
- Consolidate from separate authentik-postgres CNPG cluster
|
2026-01-05 00:39:12 +09:00 |
|
|
|
588861a53b
|
REFACTOR(vault): remove Vault database and user
- Vault uses file storage instead
- Remove database dependencies
|
2026-01-05 00:39:12 +09:00 |
|
|
|
75a165b474
|
REFACTOR(postgresql): rename pg-cnpg namespace and folder
- Rename to postgresql
- Standardize naming convention
|
2026-01-05 00:39:12 +09:00 |
|