Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/local/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

## Guide

The Onyx Helm chart packages all the required services (API, web, PostgreSQL, Vespa, etc.) into a single deployment.

Check warning on line 15 in deployment/local/kubernetes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (danswer) - vale-spellcheck

deployment/local/kubernetes.mdx#L15

Did you really mean 'Vespa'?
By default, persistent volumes will be created for stateful services (e.g. PostgreSQL, Vespa).

Check warning on line 16 in deployment/local/kubernetes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (danswer) - vale-spellcheck

deployment/local/kubernetes.mdx#L16

Did you really mean 'Vespa'?

<Steps>
<Step title="Add the Onyx Helm repository">
Expand Down Expand Up @@ -65,7 +65,7 @@
</Step>
</Steps>

See the [Helm chart README](https://github.com/onyx-dot-app/onyx/tree/main/charts/onyx)
See the [Helm chart README](https://github.com/onyx-dot-app/onyx/tree/main/deployment/helm)
for advanced options such as running as non-root and testing with Kind.

<DeploymentNextSteps />