Skip to content

Commit

Permalink
Update to working k8sgpt + localai example in documentation (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharpooljha authored Aug 1, 2023
1 parent c309aac commit fc8aec7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/k8sgpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ spec:
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
noCache: false
model: gpt-3.5-turbo
noCache: false
version: v0.3.0
enableAI: true
EOF
Expand All @@ -67,4 +66,7 @@ Apply a broken pod:

```
kubectl apply -f broken-pod.yaml
```
```

## ArgoCD Deployment Example
[Deploy K8sgpt + localai with Argocd](https://github.com/tyler-harpool/gitops/tree/main/infra/k8gpt)

0 comments on commit fc8aec7

Please sign in to comment.