modelRT/deploy/k8s
douxu 05c64dda14 chore: add imagePullPolicy and migrate WaitGroup to wg.Go
- add imagePullPolicy: IfNotPresent to all k8s Deployments, DaemonSet
    (grafana, jaeger, loki, rabbitmq, redis, promtail)
  - migrate wg.Add(1)/go/defer wg.Done() pattern to wg.Go() (Go 1.25+)
    in logger/loki_syncer.go and task/worker.go
  - simplify redundant map existence check before delete in diagram/graph.go
  - update deploy.md to reflect pg PVC size (6Gi) and resource limits
2026-06-10 16:40:50 +08:00
..
grafana-configmap.yaml fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
grafana-deployment.yaml chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
grafana-service.yaml fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
jaeger-deployment.yaml chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
jaeger-service.yaml fix: correct typo in Jaeger K8s service name 2026-06-08 17:05:21 +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 chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
modelrt-deployment.yaml fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
mongodb-statefulset.yaml chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
pg-service.yaml fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
promtail-daemonset.yaml chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +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 chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +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 chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
redis-service.yaml feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00