From 7209397a540b3190fcdef979295f51e35e9d3cfd Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 20:18:06 +0700 Subject: [PATCH] ++ --- apps/django/base/backend-deployment.yaml | 4 ++-- apps/django/base/celery-deployment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/django/base/backend-deployment.yaml b/apps/django/base/backend-deployment.yaml index 036a034..1882570 100644 --- a/apps/django/base/backend-deployment.yaml +++ b/apps/django/base/backend-deployment.yaml @@ -127,11 +127,11 @@ spec: - name: DJANGO_SETTINGS_MODULE value: config.settings.production - name: CELERY_REDIS_HOST - value: redis-service + value: redis - name: CELERY_REDIS_PORT value: "6379" - name: DJANGO_REDIS_HOST - value: redis-service + value: redis - name: DJANGO_REDIS_PORT value: "6379" - name: BIMV2_INTERNAL_HOST diff --git a/apps/django/base/celery-deployment.yaml b/apps/django/base/celery-deployment.yaml index 899f143..da378be 100644 --- a/apps/django/base/celery-deployment.yaml +++ b/apps/django/base/celery-deployment.yaml @@ -121,11 +121,11 @@ spec: - name: DJANGO_SETTINGS_MODULE value: config.settings.production - name: CELERY_REDIS_HOST - value: redis-service + value: redis - name: CELERY_REDIS_PORT value: "6379" - name: DJANGO_REDIS_HOST - value: redis-service + value: redis - name: DJANGO_REDIS_PORT value: "6379" - name: BIMV2_INTERNAL_HOST