Skip to content

Commit

Permalink
Merge pull request #67 from ConductionNL/development
Browse files Browse the repository at this point in the history
Fix on missing composer file
  • Loading branch information
rubenvdlinde authored Dec 13, 2019
2 parents e626a73 + 7847c31 commit 72b08a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions api/docker/php/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
#fi
#fi

if [ "$APP_ENV" != 'prod' ]; then
#wierd bug fix...
#if [ "$APP_ENV" != 'prod' ]; then
composer install --prefer-dist --no-progress --no-suggest --no-interaction
fi
#fi

# Lets setup an nlx certificate if needed
#if [ "$APP_ENV" != 'prod' ]; then
Expand Down
2 changes: 1 addition & 1 deletion api/helm/templates/php-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
replicas: 1
replicas: 3
template:
metadata:
labels:
Expand Down

0 comments on commit 72b08a1

Please sign in to comment.