feat: add decision center service and cli
This commit is contained in:
@@ -73,6 +73,9 @@ The reconciler selects the executor from `config.json`:
|
||||
|
||||
Existing service-specific commands such as Code Queue deploy should converge onto this reconciler path instead of keeping a parallel implementation.
|
||||
|
||||
Decision Center is a standard `k3sctl-managed` service in this model. `deploy apply --service decision-center` must build `src/components/microservices/decision-center/Dockerfile` on D601, import `unidesk-decision-center:d601` into native k3s containerd, apply `src/components/microservices/k3sctl-adapter/k3s/decision-center.k8s.yaml`, stamp the Deployment, and verify health through `/api/microservices/decision-center/health`. It must not add a main-server Compose service, NodePort, hostPort, or provider-gateway direct HTTP backend for Decision Center.
|
||||
|
||||
|
||||
## Version Stamping And Verification
|
||||
|
||||
Every successful deployment must stamp the source version in the runtime:
|
||||
|
||||
Reference in New Issue
Block a user