From c12c54224755b698f20603ca136f09ea59bdcd32 Mon Sep 17 00:00:00 2001 From: Aleksey Lazarev Date: Mon, 1 Apr 2024 20:30:58 +0400 Subject: [PATCH] fix(celery): add postgresql env --- .helm/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.helm/values.yaml b/.helm/values.yaml index edc386b..3ada448 100644 --- a/.helm/values.yaml +++ b/.helm/values.yaml @@ -155,7 +155,8 @@ application: celery: - configs: {} + configs: + DB_ENGINE: django.db.backends.postgresql replicaCount: 1