File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : application.kubero.dev/v1alpha1
2+ kind : KuberoApp
3+ metadata :
4+ name : kotaemon
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " An open-source clean & customizable RAG UI for chatting with your documents."
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/3265185"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : ' ["https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/preview-graph.png". "https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/preview.png"]'
12+ kubero.dev/template.source : " https://github.com/Cinnamon/kotaemon"
13+ kubero.dev/template.categories : ' ["ai"]'
14+ kubero.dev/template.title : " Kotaemon"
15+ kubero.dev/template.website : " https://cinnamon.github.io/kotaemon/"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : kotaemon
20+ deploymentstrategy : docker
21+ envVars :
22+ - name : GRADIO_SERVER_PORT
23+ value : " 8080"
24+ - name : GRADIO_SERVER_NAME
25+ value : 0.0.0.0
26+ extraVolumes : []
27+ cronjobs : []
28+ addons : []
29+ web :
30+ replicaCount : 1
31+ worker :
32+ replicaCount : 0
33+ image :
34+ containerPort : 8080
35+ pullPolicy : Always
36+ repository : ghcr.io/cinnamon/kotaemon
37+ tag : main-full
You can’t perform that action at this time.
0 commit comments