Skip to content

Commit

Permalink
bump memory limts and scale
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Dec 2, 2023
1 parent 4a43c5e commit b063272
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ jobs:
issuer: ${{ secrets.CERT_ISSUER}}
php:
replicas: 3
replicas: 20
hpa:
enabled: true
maxReplicas: 30
minReplicas: 10
volume:
storageclass: ${{ secrets.STORAGE_CLASS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Staging
name: Tests

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/kissj/templates/php-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ spec:
protocol: TCP
resources:
requests:
memory: "1Gi"
memory: "2Gi"
cpu: "500m"
limits:
memory: "2Gi"
memory: "3Gi"
cpu: "1000m"

env:
Expand Down

0 comments on commit b063272

Please sign in to comment.