File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-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 : lunalytics
5+ annotations :
6+ kubero.dev/template.architecture : ' ["linux/amd64", "linux/arm64"]'
7+ kubero.dev/template.description : " Open source monitoring tool built with Node.js"
8+ kubero.dev/template.icon : " https://raw.githubusercontent.com/KSJaay/Lunalytics/refs/heads/main/public/logo.svg"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : ' ["https://raw.githubusercontent.com/KSJaay/Lunalytics/refs/heads/main/docs/public/demo.gif"]'
12+ kubero.dev/template.source : " https://github.com/ksjaay/lunalytics"
13+ kubero.dev/template.categories : ' ["monitoring"]'
14+ kubero.dev/template.title : " Lunalytics"
15+ kubero.dev/template.website : " https://lunalytics.xyz"
16+ labels :
17+ manager : kubero
18+ spec :
19+ envVars : []
20+ extraVolumes :
21+ - accessMode : ReadWriteOnce
22+ accessModes :
23+ - ReadWriteOnce
24+ emptyDir : false
25+ mountPath : /app/data
26+ name : lunalytics-data
27+ size : 1Gi
28+ storageClass : standard
29+ - accessMode : ReadWriteOnce
30+ accessModes :
31+ - ReadWriteOnce
32+ emptyDir : false
33+ mountPath : /app/logs
34+ name : lunalytics-logs
35+ size : 1Gi
36+ storageClass : standard
37+ cronjobs : []
38+ addons : []
39+ name : lunalytics
40+ deploymentstrategy : docker
41+ web :
42+ replicaCount : 1
43+ worker :
44+ replicaCount : 0
45+ image :
46+ containerPort : " 2308"
47+ pullPolicy : Always
48+ repository : ksjaay/lunalytics
49+ tag : latest
You can’t perform that action at this time.
0 commit comments