From 094cab0fd9a96e072f9a9c2411e06c9199f7edab Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 27 Jan 2022 16:17:07 -0600 Subject: [PATCH] feat: enable parallel workers for cloud-screenshot --- charts/cloud-screenshot/Chart.yaml | 2 +- charts/cloud-screenshot/templates/cloud-screenshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloud-screenshot/Chart.yaml b/charts/cloud-screenshot/Chart.yaml index d21f710..efafb25 100644 --- a/charts/cloud-screenshot/Chart.yaml +++ b/charts/cloud-screenshot/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-screenshot -version: 0.9.7 +version: 0.9.8 diff --git a/charts/cloud-screenshot/templates/cloud-screenshot.yml b/charts/cloud-screenshot/templates/cloud-screenshot.yml index 5cfc2b0..da6c5b4 100644 --- a/charts/cloud-screenshot/templates/cloud-screenshot.yml +++ b/charts/cloud-screenshot/templates/cloud-screenshot.yml @@ -156,7 +156,7 @@ spec: readOnly: true subPath: nginx.conf -{{ range $index, $_ := until 1 }} +{{ range $index, $_ := until 10 }} {{ include "screenshot.container.worker" (dict "Values" $.Values "index" $index) }} {{ end }}