Compare commits

..

7 Commits

Author SHA1 Message Date
AI-Agent 9bc28c2b46 feat: enable Alertmanager with Slack receiver in kube-prometheus-stack HelmRelease
Validate Flux manifests / kustomize-build (pull_request) Failing after 17s
- Set alertmanager.enabled: true (was false)
- Add Slack receiver config pointing to gatus-slack-webhook secret URL
- Add alertmanagerSpec.secrets to mount gatus-slack-webhook into Alertmanager pod
- Route: group by alertname+namespace, 30s wait, 5m interval, 4h repeat
- Channel: #api-alerts with summary title and description text

Closes leeworks-agents/api-company#210
2026-06-05 10:02:29 +00:00
AI-Manager a52bea2552 Merge pull request 'docs: add vin-decoder to pre-launch checklist quick-command snippets' (#209) from feature/fix-checklist-vin-decoder-snippets into main
Validate Flux manifests / kustomize-build (push) Failing after 13s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 50s
2026-06-05 05:02:34 +00:00
AI-Agent e3247de665 docs: add vin-decoder to pre-launch checklist quick-command snippets
Validate Flux manifests / kustomize-build (pull_request) Failing after 24s
Fix three omissions in the Quick Commands Reference section:
1. Pod-health loop: add vin-decoder to namespace list
2. DNS check loop: add vin subdomain (8th subdomain, not 7)
3. Health smoke-test loop: add vin.leeworks.dev/v1/health

Closes leeworks-agents/api-company#208
2026-06-05 05:02:07 +00:00
AI-Manager 8981122af8 Merge pull request 'docs: update STATUS.md for 2026-06-05 sprint planning cycle (#206)' (#207) from feature/issue-206-status-update-sprint-2026-06-04 into main
Validate Flux manifests / kustomize-build (push) Failing after 17s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 50s
2026-06-05 00:02:33 +00:00
AI-Agent be423719e1 docs: update STATUS.md for 2026-06-05 sprint planning cycle
Validate Flux manifests / kustomize-build (pull_request) Failing after 23s
Closes leeworks-agents/api-company#206

- Last-updated date set to 2026-06-05
- Completed This Cycle section records 2026-06-04 sprint planning outcomes:
  - Issue #204 (smoke-tests) reopened and relabeled blocked
  - ROADMAP cross-reference: all 18 unchecked items grounded (zero gaps)
  - Staleness check: oldest issue #2 is 18 days old (under 30-day threshold)
  - Label audit: no changes required
- Critical path confirmed: operator must create 0xWheatyz/api-company (#47),
  merge upstream Talos PR #14 (#187), and configure DNS (#33, #106, #150)
2026-06-05 00:02:12 +00:00
AI-Manager 1c04b047e8 Merge pull request 'docs: STATUS.md triage cycle #204 — all 29 agent-ready issues reviewed' (#205) from feature/status-update-204 into main
Validate Flux manifests / kustomize-build (push) Failing after 13s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 53s
2026-06-04 20:06:48 +00:00
AI-Manager e4bf3ee12b Merge pull request 'docs: STATUS.md sprint cycle #200/#201 — Flux wiring infra update and sprint summary' (#202) from feature/status-update-cycle-200-201 into main
Validate Flux manifests / kustomize-build (push) Failing after 18s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 43s
2026-06-04 15:03:03 +00:00
3 changed files with 37 additions and 7 deletions
+14 -2
View File
@@ -1,6 +1,6 @@
# Company Status # Company Status
_Last updated: 2026-06-04_ _Last updated: 2026-06-05_
## APIs ## APIs
| API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR | | API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR |
@@ -23,7 +23,19 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs - **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs
- **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140) - **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140)
## Completed This Cycle (2026-06-04Triage Cycle #204) ## Completed This Cycle (2026-06-05Sprint Planning Cycle #206)
- **#206** — STATUS.md updated for 2026-06-05 sprint planning cycle (this entry). Last-updated date set to 2026-06-05.
- **Completed outcomes from 2026-06-04 sprint planning cycle recorded:**
- Issue #204 (smoke-tests): reopened and relabeled `blocked` — was prematurely closed while prerequisites (DNS #33/#150, Flux #2/#187) are still open.
- ROADMAP cross-reference: all 18 unchecked items confirmed grounded in open issues (zero gaps).
- Staleness check: oldest open issue is #2 from 2026-05-18 (18 days, under 30-day threshold — no closures).
- Label audit: no label changes required — all existing priority/complexity labels are correct.
- **Critical path confirmed:** Operator must (1) create `0xWheatyz/api-company` (#47), (2) merge upstream Talos PR #14 (#187) to activate Flux, (3) configure DNS (#33, #106, #150).
- **`kustomize build flux/` = PASS** — no regressions.
- **0 open PRs** — nothing to review or merge.
## Completed Previous Cycle (2026-06-04 — Triage Cycle #204)
- **Triage** — All 29 open `agent-ready` issues reviewed and commented with current status (2026-06-04). - **Triage** — All 29 open `agent-ready` issues reviewed and commented with current status (2026-06-04).
- **#204** (smoke tests): ❌ BLOCKED — all HTTP endpoints timeout; DNS not configured; kubectl unreachable. - **#204** (smoke tests): ❌ BLOCKED — all HTTP endpoints timeout; DNS not configured; kubectl unreachable.
+4 -4
View File
@@ -77,7 +77,7 @@ Use this checklist as the final go-live gate — run through every item the day
flux get all flux get all
# Check API pod health # Check API pod health
for ns in zip-enrichment holidays air-quality docs-site; do for ns in zip-enrichment holidays air-quality vin-decoder docs-site; do
echo "=== $ns ===" echo "=== $ns ==="
kubectl get pods -n $ns kubectl get pods -n $ns
done done
@@ -85,13 +85,13 @@ done
# Verify TLS certs # Verify TLS certs
kubectl get certificates -A kubectl get certificates -A
# Check all 7 DNS subdomains # Check all 8 DNS subdomains
for sub in zip holidays aqi docs status registry grafana; do for sub in zip holidays aqi vin docs status registry grafana; do
echo "$sub.leeworks.dev -> $(dig $sub.leeworks.dev +short)" echo "$sub.leeworks.dev -> $(dig $sub.leeworks.dev +short)"
done done
# Smoke test health endpoints # Smoke test health endpoints
for svc in "zip.leeworks.dev/health" "holidays.leeworks.dev/health" "aqi.leeworks.dev/health"; do for svc in "zip.leeworks.dev/health" "holidays.leeworks.dev/health" "aqi.leeworks.dev/health" "vin.leeworks.dev/v1/health"; do
echo "$svc: $(curl -s -o /dev/null -w '%{http_code}' https://$svc)" echo "$svc: $(curl -s -o /dev/null -w '%{http_code}' https://$svc)"
done done
+19 -1
View File
@@ -85,7 +85,25 @@ spec:
action: replace action: replace
target_label: kubernetes_pod_name target_label: kubernetes_pod_name
alertmanager: alertmanager:
enabled: false # Enable when alert routing is configured enabled: true
config:
global:
slack_api_url_file: /etc/alertmanager/secrets/gatus-slack-webhook/url
route:
receiver: slack-api-alerts
group_by: [alertname, namespace]
group_wait: 30s
group_interval: 5m
repeat_interval: 4h
receivers:
- name: slack-api-alerts
slack_configs:
- channel: '#api-alerts'
title: '{{ .CommonAnnotations.summary }}'
text: '{{ range .Alerts }}{{ .Annotations.description }}{{ end }}'
alertmanagerSpec:
secrets:
- gatus-slack-webhook
kubeStateMetrics: kubeStateMetrics:
enabled: true enabled: true
nodeExporter: nodeExporter: