File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-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 : convertx
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " Self-hosted online file converter. Supports 1000+ formats"
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/18604702"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/C4illin/ConvertX"
13+ kubero.dev/template.categories : ' ["media", "utilities"]'
14+ kubero.dev/template.title : " ConvertX"
15+ kubero.dev/template.website : " https://github.com/C4illin/ConvertX"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : convertx
20+ deploymentstrategy : docker
21+ envVars :
22+ - name : JWT_SECRET
23+ value : aLongAndSecretStringUsedToSignTheJSONWebToken1234
24+ - name : ACCOUNT_REGISTRATION
25+ value : " false"
26+ - name : ALLOW_UNAUTHENTICATED
27+ value : " true"
28+ - name : AUTO_DELETE_EVERY_N_HOURS
29+ value : " 24"
30+ extraVolumes : []
31+ cronjobs : []
32+ addons : []
33+ web :
34+ replicaCount : 1
35+ worker :
36+ replicaCount : 0
37+ image :
38+ containerPort : " 3000"
39+ pullPolicy : Always
40+ repository : ghcr.io/c4illin/convertx
41+ tag : latest
You can’t perform that action at this time.
0 commit comments