diff --git a/apps/documentations/base/api-deployment.yaml b/apps/documentations/base/api-deployment.yaml index d72e3d1..d4b2452 100644 --- a/apps/documentations/base/api-deployment.yaml +++ b/apps/documentations/base/api-deployment.yaml @@ -114,7 +114,7 @@ spec: - name: DOCUMENTATION_URL value: http://documentations-api.documentations.svc.cluster.local:80/ - name: WORKFLOW_URL - value: http://workflows-api-service.workflow.svc.cluster.local:8000/ + value: http://backend-svc.processing.svc.cluster.local:80/ - name: WORKSPACE_URL value: http://backend-svc.workspaces.svc.cluster.local:80/ - name: BIM_API_URL diff --git a/apps/documentations/base/pdm-deployment.yaml b/apps/documentations/base/pdm-deployment.yaml index f3df0b2..bb2cc0a 100644 --- a/apps/documentations/base/pdm-deployment.yaml +++ b/apps/documentations/base/pdm-deployment.yaml @@ -122,7 +122,7 @@ spec: - name: ENVIRONMENT value: prod - name: FLOWS_URL - value: http://backend-service.flows.svc.cluster.local:8000 + value: http://backend-svc.flows.svc.cluster.local:80 - name: HEIGHT_THUMB_ATTACHMENTS value: "300" - name: HEIGHT_THUMB_STATES @@ -167,7 +167,7 @@ spec: - name: WORKFLOW_IMAGES_VERSION value: master - name: WORKFLOW_URL - value: http://workflows-api-service.workflow.svc.cluster.local:8000/ + value: http://backend-svc.processing.svc.cluster.local:80/ - name: WORKSPACE_BUNDLE_VERSION value: v1 - name: WORKSPACE_URL diff --git a/apps/processing/base/frontend-deployment.yaml b/apps/processing/base/frontend-deployment.yaml index 0ec40a1..f301b8f 100644 --- a/apps/processing/base/frontend-deployment.yaml +++ b/apps/processing/base/frontend-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: frontend - image: cr.yandex/crp3ccidau046kdj8g9q/workflows-frontend:wb_ebc15427 + image: cr.yandex/crp3ccidau046kdj8g9q/workflows-frontend:ugok2_85f6ce2c imagePullPolicy: IfNotPresent ports: - name: http