gcloud-lab/apps/base/customer1/trading-platform
Hermes Agent d012cac7f4 replace manual Kafka StatefulSet with Strimzi operator CR
Remove hand-rolled KRaft StatefulSet that kept failing (mount conflicts,
advertised.listeners issues). Replace with a single Strimzi Kafka CR.

Strimzi handles:
- KRaft setup, storage, scaling
- Broker config & advertised listeners (auto-resolved)
- Topic Operator for proper topic lifecycle
- Bootstrap service at trading-kafka-kafka-bootstrap.customer1.svc.cluster.local:9092

Requires Strimzi 1.0.0 operator installed in the cluster first:
  kubectl apply -f https://strimzi.io/install/latest?namespace=customer1 -n customer1
2026-05-26 00:38:57 +00:00
..
configmaps replace manual Kafka StatefulSet with Strimzi operator CR 2026-05-26 00:38:57 +00:00
dashboard fix(dashboard): change tailscale hostname to "trade" for reliable resolution 2026-05-25 06:32:24 +00:00
data-service fix(data-service): probe /health/ready instead of /health 2026-05-25 21:17:10 +00:00
execute-service fix(execute-service): add timeoutSeconds: 10 to startup/readiness probes 2026-05-25 06:26:09 +00:00
network-policies fix(trading): update network policy egress to siriusdevops-pgdb 2026-05-25 20:08:07 +00:00
news-service feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
routes feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
secrets fix: wire JWT_SECRET_KEY in live kustomize path 2026-05-25 01:53:19 +00:00
kustomization.yaml feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00