bobbai00 opened a new issue, #5269:
URL: https://github.com/apache/texera/issues/5269

   ### Task Summary
   
   The agent service image is built and shipped but has no Kubernetes 
deployment. The Helm chart under `bin/k8s/` contains no template or values for 
it, even though every other service does.
   
   Current state:
   
   | Artifact | Agent service present? |
   | --- | --- |
   | `bin/agent-service.dockerfile` | yes |
   | CI build (`.github/workflows/build-and-push-images.yml` -> 
`texera-agent-service`) | yes |
   | `bin/single-node/docker-compose.yml` (`agent-service` block) | yes |
   | `bin/k8s/templates/*-deployment.yaml` / `*-service.yaml` | **no** |
   | `bin/k8s/values.yaml` / `values-development.yaml` entry | **no** |
   
   So the service runs under single-node compose but cannot be deployed via 
Helm.
   
   Add, mirroring the existing services (e.g. 
`workflow-compiling-service-*.yaml`):
   
   - `bin/k8s/templates/agent-service-deployment.yaml`
   - `bin/k8s/templates/agent-service-service.yaml`
   - an `agentService` entry in `values.yaml` and `values-development.yaml` 
(image, port, env, resources)
   - a gateway route so the service is reachable, consistent with the other 
services
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [x] DevOps / Deployment / CI
   - [ ] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to