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 }}"