This commit is contained in:
Danijel Simeunovic
2026-02-08 10:42:10 +01:00
parent a42e94672e
commit bec3b6310a
13 changed files with 56 additions and 42 deletions

View File

@@ -20,13 +20,7 @@ Analyzed 11 ArgoCD Application manifests in `/argocd/apps/`. This report details
- Unpredictable application behavior
- **Fix:** Pin to specific git tags or commit SHAs
### 3. Placeholder URLs (HIGH)
**Files:** fluent-bit.yaml, grafana.yaml
- Second source still has `https://github.com/YOUR_ORG/YOUR_GITOPS_REPO.git`
- Applications fail to deploy
- **Fix:** Update to actual repository URL
### 4. Undersized Resources (HIGH)
### 3. Undersized Resources (HIGH)
**Files:** cert-manager, loki, prometheus, trivy
- cert-manager: 100m CPU limit (too tight for control plane)
- loki: 200m CPU, 512Mi memory (drops logs under load)
@@ -34,7 +28,7 @@ Analyzed 11 ArgoCD Application manifests in `/argocd/apps/`. This report details
- **Impact:** Performance degradation, OOM kills, dropped logs
- **Fix:** Increase resource limits across all monitoring stack
### 5. No Data Persistence (HIGH)
### 4. No Data Persistence (HIGH)
**Files:** loki.yaml (filesystem storage), prometheus.yaml
- Loki using filesystem storage (ephemeral, lost on restart)
- Prometheus likely ephemeral (no PVC visible)