gupta-sahil01 commented on code in PR #6437:
URL: https://github.com/apache/texera/pull/6437#discussion_r3753725476
##########
bin/k8s/templates/base/gateway/gateway-routes.yaml:
##########
@@ -154,6 +154,11 @@ spec:
- path:
type: PathPrefix
value: /api/agents
+ # Ambient operator recommender endpoint (apache/texera#5240) is served
+ # by the agent-service alongside /api/agents.
+ - path:
+ type: PathPrefix
+ value: /api/recommend
Review Comment:
A missing hash header doesn't error. Envoy falls back to unhashed host
selection
--
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]