Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c309aac commit fc8aec7Copy full SHA for fc8aec7
1 file changed
examples/k8sgpt/README.md
@@ -55,7 +55,6 @@ spec:
55
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
56
noCache: false
57
model: gpt-3.5-turbo
58
- noCache: false
59
version: v0.3.0
60
enableAI: true
61
EOF
@@ -67,4 +66,7 @@ Apply a broken pod:
67
66
68
```
69
kubectl apply -f broken-pod.yaml
70
-```
+```
+
71
+## ArgoCD Deployment Example
72
+[Deploy K8sgpt + localai with Argocd](https://github.com/tyler-harpool/gitops/tree/main/infra/k8gpt)
0 commit comments