modelRT/deploy/k8s
douxu 57d1111a83 refactor: modernize Go idioms and add MongoDB K8s manifests
- replace interface{} with any across ~30 files for Go 1.18+ style
  - adopt for-range-over-int loops in place of explicit index loops
  - use maps.Copy from stdlib to replace manual map copy loops
  - use min() builtin for exponential backoff delay cap in retry_manager
  - add MongoDB 7.0 K8s manifests (StatefulSet, Service, PVC, Secret)
  - document PostgreSQL and MongoDB deploy steps in deploy.md with SSH tunnel port mappings
2026-05-29 14:28:58 +08:00
..
grafana-configmap.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
grafana-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
grafana-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
jaeger-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
jaeger-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
loki-configmap.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
loki-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
loki-pvc.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
loki-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
modelrt-certs-secret.sh feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
modelrt-configmap.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
modelrt-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
modelrt-secret.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
modelrt-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
mongodb-pvc.yaml refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
mongodb-secret.yaml refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
mongodb-service.yaml refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
mongodb-statefulset.yaml refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
pg-configmap.yaml docs: add Minikube PostgreSQL manifests and clean deploy markdown 2026-05-27 16:51:00 +08:00
pg-pvc.yaml docs: add Minikube PostgreSQL manifests and clean deploy markdown 2026-05-27 16:51:00 +08:00
pg-service.yaml docs: add Minikube PostgreSQL manifests and clean deploy markdown 2026-05-27 16:51:00 +08:00
pg-statefulset.yaml docs: add Minikube PostgreSQL manifests and clean deploy markdown 2026-05-27 16:51:00 +08:00
promtail-configmap.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
promtail-daemonset.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
promtail-rbac.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
rabbitmq-config.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
rabbitmq-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
rabbitmq-secret.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
rabbitmq-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
rabbitmq-users-config.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
redis-deployment.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
redis-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00