modelRT/deploy/k8s
douxu 195150d9b1 fix: fix K8s service names, deployment command, and GORM logger
- rename all K8s services to xxx-service convention and update
    all configmap references (postgres, mongodb, loki, jaeger)
  - add explicit command: ["/app/modelrt"] to deployment to prevent
    args from being treated as the executable (no ENTRYPOINT in
    Dockerfile)
  - set deploy_env to development to bypass Redis empty-password
    guard in non-production Minikube environment
  - fix GormLogger Info/Warn/Error to use fmt.Sprintf(msg, data...)
    so GORM printf-style messages are formatted correctly and avoid
    json: unsupported type: func() time.Time serialization panic
  - expand pg PVC storage from 2Gi to 6Gi
  - rename loop variable msg to task in PushTaskToRabbitMQ for clarity
  - align comment indentation in queue_producer.go
2026-06-03 17:11:54 +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 feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +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 feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
jaeger-service.yaml fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +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 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 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 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 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