File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : application.kubero.dev/v1alpha1
2+ kind : KuberoPipeline
3+ metadata :
4+ labels :
5+ manager : kubero
6+ name : symfony
7+ spec :
8+ buildpack :
9+ build :
10+ command : composer install; chown -R 1000:1000 /app
11+ repository : composer
12+ tag : latest
13+ fetch :
14+ repository : ghcr.io/kubero-dev/buildpacks/fetch
15+ tag : main
16+ language : PHP
17+ name : PHP
18+ run :
19+ command : apache2-foreground
20+ readOnlyAppStorage : false
21+ repository : webdevops/php-apache
22+ securityContext :
23+ allowPrivilegeEscalation : true
24+ readOnlyRootFilesystem : false
25+ tag : " 8.1"
26+ deploymentstrategy : git
27+ domain : demo.kubero.dev
28+ git :
29+ provider : github
30+ repository :
31+ admin : true
32+ name : symfony
33+ phases :
34+ - context : inClusterContext
35+ enabled : false
36+ name : review
37+ - context : inClusterContext
38+ enabled : false
39+ name : test
40+ - context : inClusterContext
41+ enabled : false
42+ name : stage
43+ - context : inClusterContext
44+ enabled : true
45+ name : production
You can’t perform that action at this time.
0 commit comments