diff --git a/services/symfony/app.yaml b/services/symfony/app.yaml new file mode 100644 index 000000000..a1160f6c7 --- /dev/null +++ b/services/symfony/app.yaml @@ -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 \ No newline at end of file diff --git a/services/symfony/service.yaml b/services/symfony/service.yaml new file mode 100644 index 000000000..4066c9c8f --- /dev/null +++ b/services/symfony/service.yaml @@ -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: \ No newline at end of file