🐛(helm) use celery resources instead of backend resources

In the celery deployment, the backend resources are used and not the one
from the celery values.
This commit is contained in:
Manuel Raynaud
2026-02-13 09:31:51 +01:00
parent 33785440c6
commit 2cc0d71b89
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ and this project adheres to
### Fixed
- 🐛(frontend) fix broadcast store sync #1846
- 🐛(helm) use celery resources instead of backend resources
## [v4.5.0] - 2026-01-28

View File

@@ -73,7 +73,7 @@ spec:
startupProbe:
{{- include "impress.probes.abstract" (merge .Values.backend.celery.probes.startup (dict "targetPort" .Values.backend.service.targetPort )) | nindent 12 }}
{{- end }}
{{- with .Values.backend.resources }}
{{- with .Values.backend.celery.resources }}
resources:
{{- toYaml . | nindent 12 }}
{{- end }}