Skip to content

Commit 5b85acb

Browse files
authored
Merge pull request #590 from kubero-dev/template/add-kotaemon
Template / Add Kataeomon
2 parents 99eed30 + a968115 commit 5b85acb

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

services/kotaemon/app.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

0 commit comments

Comments
 (0)