File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-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 : raneto
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " Raneto - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase."
8+ kubero.dev/template.icon : " https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png"
9+ kubero.dev/template.installation : " Raneto has not possibility to modify the content of the displayed pages.
10+ You will need sometheing like a git repository to manage the content in the mounted volume."
11+ kubero.dev/template.links : ' ["https://docs.raneto.com/"]'
12+ kubero.dev/template.screenshots : " []"
13+ kubero.dev/template.source : " https://github.com/ryanlelek/Raneto"
14+ kubero.dev/template.categories : ' ["knowledgebase", "cms"]'
15+ kubero.dev/template.title : " Raneto"
16+ kubero.dev/template.website : " http://raneto.com/"
17+ labels :
18+ manager : kubero
19+ spec :
20+ name : raneto
21+ deploymentstrategy : docker
22+ envVars : []
23+ extraVolumes :
24+ - accessMode : ReadWriteOnce
25+ accessModes :
26+ - ReadWriteOnce
27+ emptyDir : false
28+ mountPath : /config
29+ name : raneto-volume
30+ size : 1Gi
31+ storageClass : standard
32+ cronjobs : []
33+ addons : []
34+ web :
35+ replicaCount : 1
36+ worker :
37+ replicaCount : 0
38+ image :
39+ containerPort : " 3000"
40+ pullPolicy : Always
41+ repository : lscr.io/linuxserver/raneto
42+ tag : latest
You can’t perform that action at this time.
0 commit comments