From 9d68ad1d63e50b52aeb8022faa3beb9f8a77bfd4 Mon Sep 17 00:00:00 2001 From: Tharun Paul <55498156+paul-tharun@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:56:03 +0530 Subject: [PATCH] update hunting celery to 0.4.9 --- charts/hunting/Chart.yaml | 2 +- charts/hunting/templates/deployment-celery.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/hunting/Chart.yaml b/charts/hunting/Chart.yaml index 570cd7a..8a0f2e6 100644 --- a/charts/hunting/Chart.yaml +++ b/charts/hunting/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.8 +version: 0.4.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hunting/templates/deployment-celery.yaml b/charts/hunting/templates/deployment-celery.yaml index 896c91a..57d576e 100644 --- a/charts/hunting/templates/deployment-celery.yaml +++ b/charts/hunting/templates/deployment-celery.yaml @@ -38,7 +38,9 @@ spec: - app.worker - worker - -l - - info + - info + - --max-memory-per-child=3000000 + - --max-tasks-per-child=2 securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"