rock
6743f7c25f
Phase 6.6: Add Poimen Memory DLQ queues (ArgoCD managed)
...
ArgoCD Application: memory-queues
├─ Sync wave: 7 (messaging wave)
├─ Path: k8s/apps/messaging/memory-queues
├─ Namespace: sqs
└─ Auto-sync: enabled (prune + selfHeal)
Helm Chart: memory-queues
├─ Chart.yaml: v0.1.0
├─ values.yaml: Queue config
└─ templates/queues.yaml: Queue CRD resources
Queues Created:
1. poimen-memory-dlq
├─ Purpose: Extraction + webhook + agent failures
├─ Partitions: 3
├─ Replication factor: 1
├─ Retention: 14 days (1,209,600 seconds)
└─ Visibility timeout: 5 minutes (300 seconds)
2. poimen-memory-metric-dlq
├─ Purpose: Metrics persistence failures
├─ Partitions: 3
├─ Replication factor: 1
├─ Retention: 14 days
└─ Visibility timeout: 5 minutes
Resource: Queue CRD (kmsvc.io/v1alpha1)
└─ Managed by: queue-operator (already running in sqs ns)
Deployment Flow:
ArgoCD (homelab) → sync wave 7 → deploy queues
Memory app (poimen) → connects to kmsvc → sends DLQ messages
Files:
├─ k8s/apps/messaging/memory-queues/Chart.yaml (new)
├─ k8s/apps/messaging/memory-queues/values.yaml (new)
├─ k8s/apps/messaging/memory-queues/templates/queues.yaml (new)
└─ k8s/argocd/apps/50-memory-queues.yaml (new)
2026-09-05 01:10:51 -07:00
rock
266f0637a4
Revert "feat: add memory service queues (processing, indexing, dlq)"
...
This reverts commit af6fc84a18 .
2026-09-05 01:09:30 -07:00
rock
af6fc84a18
feat: add memory service queues (processing, indexing, dlq)
...
- processing-queue: high-throughput, auto-scaling (1-4 shards)
- indexing-queue: FIFO with deduplication (1-2 shards)
- memory-dlq: dead letter queue for redelivery failures
- ArgoCD Application (wave 7) to auto-sync queue lifecycle
2026-09-05 01:05:01 -07:00
rock
f21cc4721a
kmsvc: migrate image from GHCR to Forgejo registry
...
Consolidate all internal images to forgejo.riotpiao.com for ArgoCD Image Updater
2026-09-02 20:12:35 -07:00
Story Crater Bot
e4de366d2a
feat: add ServiceAccounts for poimen-memory/kmsvc/immich operator Roles
...
Bind each service's operator Role to a ServiceAccount alongside the
existing oidc:*-admins Group, and wire serviceAccountName into the
pods we control (immich-server, immich-machine-learning,
management-service). poimen-memory's Deployment lives in its own
repo/ArgoCD app, so its SA is created here but not yet wired to a pod.
2026-08-26 19:51:05 -07:00
Story Crater Bot
d7c30a8af6
chore: retire TemporalWorker CRD — agent-harness-worker and Forgejo build workflow removed
2026-08-20 23:10:06 -07:00
Story Crater Bot
afb9b35292
fix(agent-pod): remote tui session for multi-agent
2026-08-18 15:08:04 -07:00
Story Crater Bot
41f5b05395
refactor(k8s): consolidate to infra/+apps/ single-source tree, dedicated per-app CNPG (authentik-db/temporal-db), wire monitoring-config, forgejo→cicd ns, drop orphan/stale (data-schemas, ollama, story-crater, sqs/argocd, key-rotation)
2026-08-18 15:08:03 -07:00