mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🐛(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:
parent
33785440c6
commit
2cc0d71b89
2 changed files with 2 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue