Skip to content

Commit fc8aec7

Browse files
authored
Update to working k8sgpt + localai example in documentation (#852)
1 parent c309aac commit fc8aec7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/k8sgpt/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ spec:
5555
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
5656
noCache: false
5757
model: gpt-3.5-turbo
58-
noCache: false
5958
version: v0.3.0
6059
enableAI: true
6160
EOF
@@ -67,4 +66,7 @@ Apply a broken pod:
6766

6867
```
6968
kubectl apply -f broken-pod.yaml
70-
```
69+
```
70+
71+
## ArgoCD Deployment Example
72+
[Deploy K8sgpt + localai with Argocd](https://github.com/tyler-harpool/gitops/tree/main/infra/k8gpt)

0 commit comments

Comments
 (0)