diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe6a3d5..af5474aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/helm/impress/templates/celery_worker_deployment.yaml b/src/helm/impress/templates/celery_worker_deployment.yaml index 3fc278b0..15753db2 100644 --- a/src/helm/impress/templates/celery_worker_deployment.yaml +++ b/src/helm/impress/templates/celery_worker_deployment.yaml @@ -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 }}