🐛(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
|
### Fixed
|
||||||
|
|
||||||
- 🐛(frontend) fix broadcast store sync #1846
|
- 🐛(frontend) fix broadcast store sync #1846
|
||||||
|
- 🐛(helm) use celery resources instead of backend resources
|
||||||
|
|
||||||
## [v4.5.0] - 2026-01-28
|
## [v4.5.0] - 2026-01-28
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ spec:
|
|||||||
startupProbe:
|
startupProbe:
|
||||||
{{- include "impress.probes.abstract" (merge .Values.backend.celery.probes.startup (dict "targetPort" .Values.backend.service.targetPort )) | nindent 12 }}
|
{{- include "impress.probes.abstract" (merge .Values.backend.celery.probes.startup (dict "targetPort" .Values.backend.service.targetPort )) | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.backend.resources }}
|
{{- with .Values.backend.celery.resources }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user