aicam commented on code in PR #5272:
URL: https://github.com/apache/texera/pull/5272#discussion_r3335836934
##########
bin/k8s/values-development.yaml:
##########
@@ -225,6 +225,59 @@ accessControlService:
cpu: 1000m
memory: 256Mi
+agentService:
+ enabled: true
+ name: agent-service
+ numOfPods: 1
+ imageName: texera-agent-service
+ service:
+ type: ClusterIP
+ port: 3001
+ env:
+ # Authenticates the agent service to the in-cluster LLM gateway
+ # (access-control-service / LiteLLM), not to the upstream provider.
+ llmApiKey: "dummy"
+
+litellm:
+ enabled: true
+ name: litellm
+ image: ghcr.io/berriai/litellm:main-latest
Review Comment:
I think we should use Docker hub for consistency, I found its image
https://hub.docker.com/hardened-images/catalog/dhi/litellm
--
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]