Skip to content

Commit

Permalink
fix composer & enable hpa
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Nov 25, 2023
1 parent 0b247b8 commit 2ae249e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,21 @@ jobs:
caddy:
replicas: 3
hpa:
enabled: true
image:
name: quay.io/kissj/caddy-ubi
tag: ${{ inputs.envName}}-${{ github.sha }}
tls:
enabled: true
issuer: ${{ secrets.CERT_ISSUER}}
php:
replicas: 5
replicas: 3
hpa:
enabled: true
volume:
storageclass: ${{ secrets.STORAGE_CLASS }}
image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies
id: composer-deps
run: composer install --no-interaction --ignore-platform-req=ext-gd --ignore-platform-req=sqlite3
run: composer install --no-interaction --ignore-platform-req=ext-gd --ignore-platform-req=ext-soap
env:
COMPOSER_ALLOW_SUPERUSER: 1

Expand Down

0 comments on commit 2ae249e

Please sign in to comment.