Skip to content

Commit 2067522

Browse files
docs: small docs cleanups (#800)
1 parent f525f53 commit 2067522

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/self_hosting/configuration/ingress.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ With these parameters in hand, you can configure your LangSmith instance to use
5151
annotations: {} # Add annotations here if needed
5252
labels: {} # Add labels here if needed
5353
tls: [] # Add TLS configuration here if needed
54-
5554
frontend:
56-
service:
57-
type: ClusterIP
58-
`)
59-
]}
55+
service:
56+
type: ClusterIP
57+
`),
58+
]}
6059
/>
6160
6261
Once configured, you will need to update your LangSmith installation. If everything is configured correctly, your LangSmith instance should now be accessible via the Ingress.

docs/self_hosting/installation/kubernetes.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ Ensure you have the following tools/items ready. Some items are marked optional:
108108

109109
2. Ensure you have the Langchain Helm repo added. (skip this step if you are using local charts)
110110

111-
helm repo add langchain https://langchain-ai.github.io/helm/
112-
"langchain" has been added to your repositories
111+
```bash
112+
helm repo add langchain https://langchain-ai.github.io/helm/
113+
"langchain" has been added to your repositories
114+
```
113115

114116
:::note Namespace
115117
If you are using a namespace other than the default namespace, you will need to specify the namespace in the `helm` and `kubectl` commands by using the `-n <namespace` flag.

0 commit comments

Comments
 (0)