🐛(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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user