-
Notifications
You must be signed in to change notification settings - Fork 36
Clarify what subdomain is for when configuring ingress #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview ID generated: preview-rahulc-1758319990-a163534 |
src/langsmith/self-host-ingress.mdx
Outdated
* *Hostname (optional)*: The hostname that you would like to use for your LangSmith installation. E.g `"langsmith.example.com"`. If you leave this empty, the ingress will serve all traffic to the LangSmith installation. | ||
|
||
* *Subdomain (optional)*: If you would like to serve LangSmith on a subdomain, you can specify it here. E.g adding `"langsmith"` will serve the application at `"langsmith.example.com/langsmith"`. | ||
* *Subdomain (optional)*: If you would like to serve LangSmith under a URL path, you can specify it here. E.g adding `"langsmith"` will serve the application at `"example.hostname.com/langsmith"`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would also add that this affects the UI paths and API endpoints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added!
Co-authored-by: Lauren Hirata Singh <[email protected]>
Preview ID generated: preview-rahulc-1758553807-b59aed4 |
Preview ID generated: preview-rahulc-1758553940-621d6d7 |
Overview
Subdomain really means URL path in these docs, so adding some clarifying language.
Type of change
Type: Other
Checklist
docs dev
src/docs.json
if neededAdditional notes