[PR #99] [MERGED] fix: make probes configurable #123

Closed
opened 2026-02-16 01:17:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/99
Author: @langchain-infra
Created: 6/2/2024
Status: Merged
Merged: 6/20/2024
Merged by: @langchain-infra

Base: mainHead: infra/make-probes-configurable


📝 Commits (3)

📊 Changes

11 files changed (+229 additions, -143 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+1 -1)
📝 charts/langsmith/templates/backend/clickhouse-migrations.yaml (+2 -1)
📝 charts/langsmith/templates/backend/deployment.yaml (+9 -18)
📝 charts/langsmith/templates/backend/postgres-migrations.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/stateful-set.yaml (+10 -19)
📝 charts/langsmith/templates/frontend/deployment.yaml (+9 -18)
📝 charts/langsmith/templates/platform-backend/deployment.yaml (+9 -18)
📝 charts/langsmith/templates/playground/deployment.yaml (+9 -18)
📝 charts/langsmith/templates/postgres/stateful-set.yaml (+10 -25)
📝 charts/langsmith/templates/redis/stateful-set.yaml (+10 -25)
📝 charts/langsmith/values.yaml (+159 -0)

📄 Description

No description provided


🔄 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/99 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `infra/make-probes-configurable` --- ### 📝 Commits (3) - [`4b07e58`](https://github.com/langchain-ai/helm/commit/4b07e588c4203676899afa64eee59d6b7577b630) fix: make probes configurable - [`b6b6197`](https://github.com/langchain-ai/helm/commit/b6b6197f18613177ce8cafb1d7020d943c700ff1) fix probe configurability - [`c9a4cc3`](https://github.com/langchain-ai/helm/commit/c9a4cc310e28f48ced56eac65386c39eaf6e6d0d) fix: add argo hooks ### 📊 Changes **11 files changed** (+229 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/clickhouse-migrations.yaml` (+2 -1) 📝 `charts/langsmith/templates/backend/deployment.yaml` (+9 -18) 📝 `charts/langsmith/templates/backend/postgres-migrations.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/stateful-set.yaml` (+10 -19) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+9 -18) 📝 `charts/langsmith/templates/platform-backend/deployment.yaml` (+9 -18) 📝 `charts/langsmith/templates/playground/deployment.yaml` (+9 -18) 📝 `charts/langsmith/templates/postgres/stateful-set.yaml` (+10 -25) 📝 `charts/langsmith/templates/redis/stateful-set.yaml` (+10 -25) 📝 `charts/langsmith/values.yaml` (+159 -0) </details> ### 📄 Description _No description provided_ --- <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-02-16 01:17:15 -05:00
yindo closed this issue 2026-02-16 01:17:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#123