diff --git a/examples/k8sgpt/README.md b/examples/k8sgpt/README.md index cfe9cabd..23aa1f8b 100644 --- a/examples/k8sgpt/README.md +++ b/examples/k8sgpt/README.md @@ -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 @@ -67,4 +66,7 @@ Apply a broken pod: ``` kubectl apply -f broken-pod.yaml -``` \ No newline at end of file +``` + +## ArgoCD Deployment Example +[Deploy K8sgpt + localai with Argocd](https://github.com/tyler-harpool/gitops/tree/main/infra/k8gpt)