Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions services/symfony/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: symfony
spec:
name: symfony
deploymentstrategy: git
image:
build:
command: composer install; mkdir -p var/cache var/log; chown -R 1000:1000 /app
repository: composer
tag: latest
run:
command: apache2-foreground
readOnlyAppStorage: false
repository: ghcr.io/kubero-dev/buildpacks/php
securityContext:
readOnlyRootFilesystem: false
tag: latest
containerPort: "8080"
addons: []
envVars:
- name: APP_SECRET
value: 20bd009a24d5db6d813bccb1a539da7a
- name: APP_DEBUG
value: "false"
- name: APP_ENV
value: prod
- name: PHP_EXTENSION_INTL
value: "1"
cronjobs: []
extraVolumes:
- mountPath: /app/var
name: symfony-var
size: 1Gi
web:
replicaCount: 1
worker:
replicaCount: 0
9 changes: 9 additions & 0 deletions services/symfony/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Symfony
description: 'Symfony is a PHP framework for web and console applications and a set of reusable PHP components.'
tags:
- framework
- php
source: https://github.com/symfony/symfony
website: https://symfony.com
icon: https://avatars.githubusercontent.com/u/143937?s=200&v=4
screenshots: