|
|
f4ba1ef156
|
REFACTOR(argocd): remove cpu: null
- to fix ArgoCD drift detection
- Remove explicit cpu: null from limits (chart default is empty anyway)
- Remove ignoreDifferences workaround (no longer needed)
|
2026-01-05 00:39:12 +09:00 |
|
|
|
d2660e6b42
|
FIX(postgresql): pg-dev CPU throttling by moving
- resources to...
- Move resources config under primary.resources (Bitnami chart
structure)
- Set CPU limit to null to prevent throttling (was 39% throttled)
- CPU request: 30m, Memory limit: 256Mi
|
2026-01-05 00:39:12 +09:00 |
|
|
|
9eabc6ac17
|
REFACTOR(postgresql): migrate pg-dev storage
- from Longhorn to...
|
2026-01-05 00:39:12 +09:00 |
|
|
|
e1d4b1f717
|
FIX(postgresql): use primary.persistence
- for pg-dev storage
|
2026-01-05 00:39:12 +09:00 |
|
|
|
f038c62b2f
|
PERF(postgresql): reduce pg-dev storage
- from 10Gi to 1Gi with...
|
2026-01-05 00:39:12 +09:00 |
|
|
|
d9df80bca3
|
REFACTOR(postgresql): restructure pgweb
- and pg-dev folder str...
- Remove argocd/, helm-values/ subdirectories
- Move files to parent directory with standardized names
- Add namespace.yaml to both apps with Goldilocks labels
- Preserve vault/ subdirectories (pgweb: 3 files, postgresql-dev: 1
file)
- Update main kustomization.yaml to reference argocd.yaml files directly
- Update postgresql-dev helm valueFiles path
- Comment out argocd.yaml in each app's kustomization.yaml to prevent
circular reference
Applications restructured:
- pgweb
- postgresql-dev
|
2026-01-04 23:47:13 +09:00 |
|