Skip to content

Commit

Permalink
feat(cloud): update cloud-screenshot chart
Browse files Browse the repository at this point in the history
Reduce number of workers to test performance which seems to be degraded with 10 workers.

build: [release]
  • Loading branch information
lots0logs committed Feb 4, 2022
1 parent 756af31 commit 9e8f6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-screenshot
version: 0.9.9
version: 0.9.10
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/templates/cloud-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
readOnly: true
subPath: nginx.conf

{{ range $_, $index := seq 10 }}
{{ range $_, $index := seq 5 }}
{{ include "screenshot.container.worker" (dict "Values" $.Values "index" $index) }}
{{ end }}

Expand Down

0 comments on commit 9e8f6b0

Please sign in to comment.