Skip to content

Commit

Permalink
bump min replicas down
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Dec 2, 2023
1 parent b063272 commit 751acc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
issuer: ${{ secrets.CERT_ISSUER}}
php:
replicas: 20
replicas: 3
hpa:
enabled: true
maxReplicas: 30
minReplicas: 10
maxReplicas: 25
minReplicas: 3
volume:
storageclass: ${{ secrets.STORAGE_CLASS }}
Expand Down

0 comments on commit 751acc8

Please sign in to comment.