🔧(helm) add celery deployment

We need to configure a deployment dedicated to celery. It is a copy of
the backend one with modification made where it is specific to celery
This commit is contained in:
Manuel Raynaud
2025-05-12 19:23:48 +02:00
parent 5848f43cb4
commit 4118d79525
6 changed files with 203 additions and 1 deletions

View File

@@ -166,6 +166,18 @@ Requires top level scope
{{ include "impress.fullname" . }}-y-provider
{{- end }}
{{/*
Full name for the Celery Worker
Requires top level scope
*/}}
{{- define "impress.celery.worker.fullname" -}}
{{ include "impress.fullname" . }}-celery-worker
{{- end }}
{{/*
Usage : {{ include "impress.secret.dockerconfigjson.name" (dict "fullname" (include "impress.fullname" .) "imageCredentials" .Values.path.to.the.image1) }}
*/}}