File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-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 : workout-tracker
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities"
8+ kubero.dev/template.icon : " https://github.com/cristianmarint/MotionGym/raw/master/docs/imgs/logo.png"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/jovandeginste/workout-tracker"
13+ kubero.dev/template.categories : " []"
14+ kubero.dev/template.title : " Workout Tracker"
15+ kubero.dev/template.website : " https://github.com/jovandeginste/workout-tracker"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : workout-tracker
20+ deploymentstrategy : docker
21+ envVars :
22+ - name : WT_JWT_ENCRYPTION_KEY
23+ value : random32
24+ - name : WT_REGISTRATION_DISABLED
25+ value : " false"
26+ - name : WT_SOCIALS_DISABLED
27+ value : " false"
28+ extraVolumes :
29+ - accessMode : ReadWriteOnce
30+ accessModes :
31+ - ReadWriteOnce
32+ emptyDir : false
33+ mountPath : /data
34+ name : workout-tracker-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 : 8080
45+ pullPolicy : Always
46+ repository : ghcr.io/jovandeginste/workout-tracker
47+ tag : latest
You can’t perform that action at this time.
0 commit comments