File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-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 : neko
5+ annotations :
6+ kubero.dev/template.architecture : ' ["linux/amd64"]'
7+ kubero.dev/template.description : " A self hosted virtual browser that runs in docker and uses WebRTC."
8+ kubero.dev/template.icon : " https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png"
9+ kubero.dev/template.installation : " This app requires specials ports to be open on your cluster: 52000-52100/udp"
10+ kubero.dev/template.links : ' ["https://github.com/m1k1o/neko/blob/master/docker-compose.yaml"]'
11+ kubero.dev/template.screenshots : ' ["https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/intro.gif"]'
12+ kubero.dev/template.source : " https://github.com/m1k1o/neko"
13+ kubero.dev/template.categories : ' ["collaboration"]'
14+ kubero.dev/template.title : " Neko"
15+ kubero.dev/template.website : " https://neko.m1k1o.net/"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : neko
20+ deploymentstrategy : docker
21+ envVars :
22+ - name : NEKO_SCREEN
23+ value : 1920x1080@30
24+ - name : NEKO_PASSWORD
25+ value : admin
26+ - name : NEKO_PASSWORD_ADMIN
27+ value : neko
28+ - name : NEKO_EPR
29+ value : 52000-52100
30+ - name : NEKO_IPFETCH
31+ value : https://checkip.amazonaws.com/
32+ extraVolumes : []
33+ cronjobs : []
34+ addons : []
35+ web :
36+ replicaCount : 1
37+ worker :
38+ replicaCount : 0
39+ image :
40+ containerPort : 8080
41+ pullPolicy : Always
42+ repository : m1k1o/neko
43+ tag : firefox
You can’t perform that action at this time.
0 commit comments