[PR #729] [MERGED] feat: add nginx routes for /api/v1/fleet/ to platformBackend #726

Closed
opened 2026-06-05 19:17:33 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/729
Author: @rx5ad
Created: 5/21/2026
Status: Merged
Merged: 5/21/2026
Merged by: @rx5ad

Base: mainHead: fleet-nginx-routes


📝 Commits (1)

  • 16e9602 feat: add nginx routes for /api/v1/fleet/ to platformBackend

📊 Changes

1 file changed (+18 additions, -0 deletions)

View changed files

📝 charts/langsmith/templates/frontend/config-map.yaml (+18 -0)

📄 Description

Summary

  • Adds /api/v1/fleet/ nginx location blocks (basePath and non-basePath variants) to the frontend ConfigMap, rewriting to /v1/fleet/... and proxying to platformBackend.
  • Mirrors the existing /api/v1/agent-builder/ blocks added in #671 — without this, browser calls to /api/v1/fleet/* fall through to a 404 from the frontend nginx.

Test plan

  • helm template renders cleanly for both config.basePath set and unset.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/729 **Author:** [@rx5ad](https://github.com/rx5ad) **Created:** 5/21/2026 **Status:** ✅ Merged **Merged:** 5/21/2026 **Merged by:** [@rx5ad](https://github.com/rx5ad) **Base:** `main` ← **Head:** `fleet-nginx-routes` --- ### 📝 Commits (1) - [`16e9602`](https://github.com/langchain-ai/helm/commit/16e9602d07fb9b175ab78fa4ca2ea15aaf5b0a45) feat: add nginx routes for /api/v1/fleet/ to platformBackend ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/templates/frontend/config-map.yaml` (+18 -0) </details> ### 📄 Description ## Summary - Adds `/api/v1/fleet/` nginx `location` blocks (basePath and non-basePath variants) to the frontend ConfigMap, rewriting to `/v1/fleet/...` and proxying to `platformBackend`. - Mirrors the existing `/api/v1/agent-builder/` blocks added in #671 — without this, browser calls to `/api/v1/fleet/*` fall through to a 404 from the frontend nginx. ## Test plan - [x] `helm template` renders cleanly for both `config.basePath` set and unset. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:33 -04:00
yindo closed this issue 2026-06-05 19:17:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#726