From 9e8f6b0e84e6cddc1085e033f83652767b0e7976 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 4 Feb 2022 14:21:10 -0600 Subject: [PATCH] feat(cloud): update cloud-screenshot chart Reduce number of workers to test performance which seems to be degraded with 10 workers. build: [release] --- 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 42324b5..e537162 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.9 +version: 0.9.10 diff --git a/charts/cloud-screenshot/templates/cloud-screenshot.yml b/charts/cloud-screenshot/templates/cloud-screenshot.yml index 1764304..fda100f 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 := seq 10 }} +{{ range $_, $index := seq 5 }} {{ include "screenshot.container.worker" (dict "Values" $.Values "index" $index) }} {{ end }}