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 : firefox
5+ annotations :
6+ kubero.dev/template.architecture : ' ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/386"]'
7+ kubero.dev/template.description : " Start a Firefox web browser in a Docker container"
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/109460230"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/jlesage/docker-firefox"
13+ kubero.dev/template.tags : ' ["security", "utility"]'
14+ kubero.dev/template.title : " Firefox"
15+ kubero.dev/template.website : " https://www.mozilla.org/en-US/firefox/new/"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : firefox
20+ deploymentstrategy : docker
21+ envVars : []
22+ extraVolumes :
23+ - accessMode : ReadWriteOnce
24+ accessModes :
25+ - ReadWriteOnce
26+ emptyDir : false
27+ mountPath : /config
28+ name : firefox-volume
29+ size : 1Gi
30+ storageClass : standard
31+ cronjobs : []
32+ addons : []
33+ web :
34+ replicaCount : 1
35+ worker :
36+ replicaCount : 0
37+ image :
38+ containerPort : " 5800"
39+ pullPolicy : Always
40+ repository : jlesage/firefox
41+ tag : latest
You can’t perform that action at this time.
0 commit comments