From f5e278fbbf21b0a01ceb57cdc22bd560f022fd26 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 2 Aug 2026 01:20:01 +0500 Subject: [PATCH] ++ --- apps/documentations/base/api.yaml | 2 +- apps/documentations/d8-ugmk-prod/api.yaml | 20 +++++++++++++++++++ .../d8-ugmk-prod/filestream.yaml | 20 +++++++++++++++++++ .../d8-ugmk-prod/kustomization.yaml | 11 +++++++++- 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 apps/documentations/d8-ugmk-prod/api.yaml create mode 100644 apps/documentations/d8-ugmk-prod/filestream.yaml diff --git a/apps/documentations/base/api.yaml b/apps/documentations/base/api.yaml index c0470f8..09d3372 100644 --- a/apps/documentations/base/api.yaml +++ b/apps/documentations/base/api.yaml @@ -96,7 +96,7 @@ spec: _default: zitadel-srx.wb.ru - name: USE_ZITADEL value: - _default: "0" + _default: "1" - name: FLOWS_URL value: _default: http://backend-svc.flows.svc.cluster.local:80 diff --git a/apps/documentations/d8-ugmk-prod/api.yaml b/apps/documentations/d8-ugmk-prod/api.yaml new file mode 100644 index 0000000..1e247c9 --- /dev/null +++ b/apps/documentations/d8-ugmk-prod/api.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: documentations-api + namespace: documentations +spec: + values: + services: + backend: + envs: + - name: ZITADEL_DOMAIN + value: + _default: sarex-login.uralmine.com + - name: WORKSPACE_V2_EXTERNAL_URL + value: + _default: https://sarex.uralmine.com/workspaces-v2/ + - name: FILE_STREAM_HOST + value: + _default: sarex.uralmine.com diff --git a/apps/documentations/d8-ugmk-prod/filestream.yaml b/apps/documentations/d8-ugmk-prod/filestream.yaml new file mode 100644 index 0000000..a615728 --- /dev/null +++ b/apps/documentations/d8-ugmk-prod/filestream.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: documentations-filestream + namespace: documentations +spec: + values: + services: + backend: + envs: + - name: ZITADEL_DOMAIN + value: + _default: sarex-login.uralmine.com + - name: WORKSPACE_V2_EXTERNAL_URL + value: + _default: https://sarex.uralmine.com/workspaces-v2/ + - name: FILE_STREAM_HOST + value: + _default: sarex.uralmine.com diff --git a/apps/documentations/d8-ugmk-prod/kustomization.yaml b/apps/documentations/d8-ugmk-prod/kustomization.yaml index 87e17f7..56d6b60 100644 --- a/apps/documentations/d8-ugmk-prod/kustomization.yaml +++ b/apps/documentations/d8-ugmk-prod/kustomization.yaml @@ -3,4 +3,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: documentations resources: - - ../base \ No newline at end of file + - ../base +patches: + - path: api.yaml + target: + kind: HelmRelease + name: documentations-api + - path: filestream.yaml + target: + kind: HelmRelease + name: documentations-filestream \ No newline at end of file