Skip to content

Commit

Permalink
Merge pull request #572 from kubero-dev/tempate/add-doccano
Browse files Browse the repository at this point in the history
Template / Add Doccano
  • Loading branch information
mms-gianni authored Jan 3, 2025
2 parents 4f80bd6 + 7193054 commit 2c26628
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions services/doccano/doccano.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: doccano
annotations:
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64"]'
kubero.dev/template.description: "Open source annotation tool for machine learning practitioners."
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/58067660"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://doccano.github.io/doccano/"
kubero.dev/template.categories: '["ai"]'
kubero.dev/template.title: "Doccano"
kubero.dev/template.website: "https://doccano.github.io/doccano/"
labels:
manager: kubero
spec:
name: doccano
deploymentstrategy: docker
envVars:
- name: ADMIN_USERNAME
value: admin
- name: ADMIN_EMAIL
value: [email protected]
- name: ADMIN_PASSWORD
value: random16
extraVolumes:
- accessMode: ReadWriteOnce
accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /data
name: doccano-data-volume
size: 1Gi
storageClass: standard
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "8000"
pullPolicy: Always
repository: doccano/doccano
tag: latest

0 comments on commit 2c26628

Please sign in to comment.