From fc8aec732459be40b6ed3d03ee10272ebaf1fb47 Mon Sep 17 00:00:00 2001 From: Tyler Harpool <100166384+tharpooljha@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:31:36 -0500 Subject: [PATCH] Update to working k8sgpt + localai example in documentation (#852) --- examples/k8sgpt/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)