Skip to content

Commit

Permalink
Updated links of yamls (#4324)
Browse files Browse the repository at this point in the history
Updated links

Links to deplyment*.yaml was changed

Signed-off-by: PetrFlegr <ptrflegr@gmail.com>
  • Loading branch information
PetrFlegr authored Dec 5, 2024
1 parent b86a3e4 commit b90d78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/getting-started/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ico = "rocket_launch"
For installing LocalAI in Kubernetes, the deployment file from the `examples` can be used and customized as prefered:

```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI-examples/refs/heads/main/kubernetes/deployment.yaml
```

For Nvidia GPUs:

```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment-nvidia.yaml
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI-examples/refs/heads/main/kubernetes/deployment-nvidia.yaml
```

Alternatively, the [helm chart](https://github.com/go-skynet/helm-charts) can be used as well:
Expand Down

0 comments on commit b90d78d

Please sign in to comment.