Skip to content

Commit

Permalink
fix: typos and debug file
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyashkin-ronasit committed May 14, 2024
1 parent 4041d39 commit f7f2aa5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
Empty file.
33 changes: 17 additions & 16 deletions charts/laravel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,21 +243,22 @@ workers:
cpu: 25m
memory: 128Mi
limits:
limits: 50m
cpu: 50m
memory: 128Mi
items:
- name: default
replicaCount: 1
cmd: 'php /app/artisan queue:work --sleep=3 --tries=3 --backoff=3 --queue=default --memory=128'
autoscaling:
enabled: false
minReplicas: 2
maxReplicas: 3
targetCPUUtilizationPercentage: 60
resources:
requests:
cpu: 25m
memory: 128Mi
limits:
cpu: 25m
memory: 128Mi
[]
# - name: default
# replicaCount: 1
# cmd: 'php /app/artisan queue:work --sleep=3 --tries=3 --backoff=3 --queue=default --memory=128'
# autoscaling:
# enabled: false
# minReplicas: 1
# maxReplicas: 3
# targetCPUUtilizationPercentage: 60
# resources:
# requests:
# cpu: 25m
# memory: 128Mi
# limits:
# cpu: 25m
# memory: 128Mi

0 comments on commit f7f2aa5

Please sign in to comment.