Skip to content

Commit 7193054

Browse files
committed
Template / Add Doccano
1 parent 92e63cd commit 7193054

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

services/doccano/doccano.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: doccano
5+
annotations:
6+
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64"]'
7+
kubero.dev/template.description: "Open source annotation tool for machine learning practitioners."
8+
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/58067660"
9+
kubero.dev/template.installation: ""
10+
kubero.dev/template.links: "[]"
11+
kubero.dev/template.screenshots: "[]"
12+
kubero.dev/template.source: "https://doccano.github.io/doccano/"
13+
kubero.dev/template.categories: '["ai"]'
14+
kubero.dev/template.title: "Doccano"
15+
kubero.dev/template.website: "https://doccano.github.io/doccano/"
16+
labels:
17+
manager: kubero
18+
spec:
19+
name: doccano
20+
deploymentstrategy: docker
21+
envVars:
22+
- name: ADMIN_USERNAME
23+
value: admin
24+
- name: ADMIN_EMAIL
25+
26+
- name: ADMIN_PASSWORD
27+
value: random16
28+
extraVolumes:
29+
- accessMode: ReadWriteOnce
30+
accessModes:
31+
- ReadWriteOnce
32+
emptyDir: false
33+
mountPath: /data
34+
name: doccano-data-volume
35+
size: 1Gi
36+
storageClass: standard
37+
cronjobs: []
38+
addons: []
39+
web:
40+
replicaCount: 1
41+
worker:
42+
replicaCount: 0
43+
image:
44+
containerPort: "8000"
45+
pullPolicy: Always
46+
repository: doccano/doccano
47+
tag: latest

0 commit comments

Comments
 (0)