Skip to content

Commit 640bc18

Browse files
committed
add template
1 parent 919cfe7 commit 640bc18

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.kubero/symfony/pipeline.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

0 commit comments

Comments
 (0)