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 |
|
Story Crater Bot
|
54bfb5ade6
|
feat(gitops): migrate domain to riotpiao.com, add CNPG + Forgejo HA on Redis/Postgres, wire ArgoCD apps — enables cluster rebuild after etcd wipe and unblocks the git-source chicken-egg via standalone Helm-source Applications
|
2026-08-18 15:08:02 -07:00 |
|
Story Crater Bot
|
4e473978b5
|
Step 1 complete: Bootstrap layer with ArgoCD, cert-manager, namespaces imported to TF
- ArgoCD migrated to argocd namespace
- Cert-manager issuers/certs created
- 20 namespaces imported with pod-security labels
- S3 backend temporarily offline (MinIO), using local backup
- Pending: Remove metadata drift from helm releases, re-apply
|
2026-08-18 15:08:00 -07:00 |
|
Story Crater Bot
|
cb4b7a078a
|
infra: add helmfile and talos cluster configuration
- helmfile: 18 releases across 22 namespaces
- Pod disruption budgets for zero-downtime drain
- Nginx ingress with LoadBalancer + Cilium LB-IPAM
- Cluster bootstrap hooks
|
2026-08-18 15:07:59 -07:00 |
|