From 0e86a19ae35694f19527e428983bc224383374df Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 20:13:07 +0700 Subject: [PATCH] ++ --- apps/documentations/base/api-deployment.yaml | 2 +- apps/documentations/base/filestream-deployment.yaml | 4 ++-- apps/flows/base/backend-deployment.yaml | 4 ++-- apps/flows/base/celery-deployment.yaml | 4 ++-- apps/issues/base/celery-deployment.yaml | 2 +- apps/workspaces/base/backend-deployment.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/documentations/base/api-deployment.yaml b/apps/documentations/base/api-deployment.yaml index 31c0e4b..34364f0 100644 --- a/apps/documentations/base/api-deployment.yaml +++ b/apps/documentations/base/api-deployment.yaml @@ -108,7 +108,7 @@ spec: - name: LAST_SLAVE_1_BIM value: "1000000" - name: HOST - value: http://documentations-api.documentations.svc.cluster.local:8080 + value: http://backend-api-svc.documentations.svc.cluster.local:80 - name: FILE_STREAM_HOST value: sarex.contour.infra.sarex.tech - name: DOCUMENTATION_URL diff --git a/apps/documentations/base/filestream-deployment.yaml b/apps/documentations/base/filestream-deployment.yaml index d013b4d..a5e138c 100644 --- a/apps/documentations/base/filestream-deployment.yaml +++ b/apps/documentations/base/filestream-deployment.yaml @@ -108,11 +108,11 @@ spec: - name: LAST_SLAVE_1_BIM value: "1000000" - name: HOST - value: http://documentations-api.documentations.svc.cluster.local:8080 + value: http://backend-api-svc.documentations.svc.cluster.local:80 - name: FILE_STREAM_HOST value: srx.wb.ru - name: DOCUMENTATION_URL - value: http://documentations-api.documentations.svc.cluster.local:8080/ + value: http://backend-api-svc.documentations.svc.cluster.local:80/ - name: WORKFLOW_URL value: http://workflows-api-service.workflow.svc.cluster.local:8000/ - name: WORKSPACE_URL diff --git a/apps/flows/base/backend-deployment.yaml b/apps/flows/base/backend-deployment.yaml index 111948f..4d64a4e 100644 --- a/apps/flows/base/backend-deployment.yaml +++ b/apps/flows/base/backend-deployment.yaml @@ -94,9 +94,9 @@ spec: - name: PLANNING_USE value: "True" - name: DOCUMENTATION_HOST - value: http://documentations-api.documentations.svc.cluster.local:8080/internal/v1 + value: http://backend-api-svc.documentations.svc.cluster.local:80/internal/v1 - name: DOCUMENTATION_EXTERNAL_HOST - value: http://documentations-api.documentations.svc.cluster.local:8080/api/v1 + value: http://backend-api-svc.documentations.svc.cluster.local:80/api/v1 - name: ENABLE_ANALYTICS value: "1" - name: ENABLE_CELERY diff --git a/apps/flows/base/celery-deployment.yaml b/apps/flows/base/celery-deployment.yaml index b21c6d9..c4a8cd6 100644 --- a/apps/flows/base/celery-deployment.yaml +++ b/apps/flows/base/celery-deployment.yaml @@ -94,9 +94,9 @@ spec: - name: PLANNING_USE value: "True" - name: DOCUMENTATION_HOST - value: http://documentations-api.documentations.svc.cluster.local:8080/internal/v1 + value: http://backend-api-svc.documentations.svc.cluster.local:80/internal/v1 - name: DOCUMENTATION_EXTERNAL_HOST - value: http://documentations-api.documentations.svc.cluster.local:8080/api/v1 + value: http://backend-api-svc.documentations.svc.cluster.local:80/api/v1 - name: ENABLE_ANALYTICS value: "1" - name: ENABLE_CELERY diff --git a/apps/issues/base/celery-deployment.yaml b/apps/issues/base/celery-deployment.yaml index 7125f0f..014f8b1 100644 --- a/apps/issues/base/celery-deployment.yaml +++ b/apps/issues/base/celery-deployment.yaml @@ -118,7 +118,7 @@ spec: - name: SAREX_API value: https://srx.wb.ru - name: DOCUMENTATIONS_URL - value: http://documentations-api.documentations.svc.cluster.local:8080 + value: http://backend-api-svc.documentations.svc.cluster.local:80 - name: DJANGO_SETTINGS_MODULE value: config.settings.production - name: API_ADDRESS diff --git a/apps/workspaces/base/backend-deployment.yaml b/apps/workspaces/base/backend-deployment.yaml index a3d52e4..7ba624a 100644 --- a/apps/workspaces/base/backend-deployment.yaml +++ b/apps/workspaces/base/backend-deployment.yaml @@ -70,7 +70,7 @@ spec: - name: ENABLE_SSL value: "0" - name: DOCUMENTATION_HOST - value: http://documentations-api.documentations.svc.cluster.local:8080 + value: http://backend-api-svc.documentations.svc.cluster.local:80 - name: DOCUMENTATION_LOGGER_FEATURE value: "0" - name: DOCUMENTATION_ORIGINATOR