File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-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 : vikunja
5+ annotations :
6+ kubero.dev/template.architecture : ' ["linux/amd64", "linux/arm/v6", "linux/arm/v7"]'
7+ kubero.dev/template.description : " "
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/41270016"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/go-vikunja/vikunja"
13+ kubero.dev/template.categories : " []"
14+ kubero.dev/template.title : " vikunja"
15+ kubero.dev/template.website : " https://vikunja.io"
16+ labels :
17+ manager : kubero
18+ spec :
19+ envVars :
20+ - name : VIKUNJA_DATABASE_PATH
21+ value : /db/vikunja.db
22+ - name : VIKUNJA_DATABASE_TYPE
23+ value : sqlite
24+ - name : VIKUNJA_SERVICE_ENABLEREGISTRATION
25+ value : " true"
26+ - name : VIKUNJA_SERVICE_JWTSECRET
27+ value : 011fe7f2ec6a5975e1bc0281f34d727f
28+ - name : VIKUNJA_SERVICE_PUBLICURL
29+ value : vikunja.localhost
30+ extraVolumes :
31+ - accessMode : ReadWriteOnce
32+ accessModes :
33+ - ReadWriteOnce
34+ emptyDir : false
35+ mountPath : /app/vikunja/files
36+ name : vikunja-files
37+ size : 1Gi
38+ storageClass : standard
39+ - accessMode : ReadWriteOnce
40+ accessModes :
41+ - ReadWriteOnce
42+ emptyDir : false
43+ mountPath : /db
44+ name : vikunja-db
45+ size : 1Gi
46+ storageClass : standard
47+ cronjobs : []
48+ addons : []
49+ name : vikunja
50+ deploymentstrategy : docker
51+ web :
52+ replicaCount : 1
53+ worker :
54+ replicaCount : 0
55+ image :
56+ containerPort : " 3456"
57+ pullPolicy : Always
58+ repository : vikunja/vikunja
59+ tag : latest
You can’t perform that action at this time.
0 commit comments