++
This commit is contained in:
parent
9cb672cf34
commit
f5e278fbbf
@ -96,7 +96,7 @@ spec:
|
|||||||
_default: zitadel-srx.wb.ru
|
_default: zitadel-srx.wb.ru
|
||||||
- name: USE_ZITADEL
|
- name: USE_ZITADEL
|
||||||
value:
|
value:
|
||||||
_default: "0"
|
_default: "1"
|
||||||
- name: FLOWS_URL
|
- name: FLOWS_URL
|
||||||
value:
|
value:
|
||||||
_default: http://backend-svc.flows.svc.cluster.local:80
|
_default: http://backend-svc.flows.svc.cluster.local:80
|
||||||
|
|||||||
20
apps/documentations/d8-ugmk-prod/api.yaml
Normal file
20
apps/documentations/d8-ugmk-prod/api.yaml
Normal file
@ -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
|
||||||
20
apps/documentations/d8-ugmk-prod/filestream.yaml
Normal file
20
apps/documentations/d8-ugmk-prod/filestream.yaml
Normal file
@ -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
|
||||||
@ -3,4 +3,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: documentations
|
namespace: documentations
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
patches:
|
||||||
|
- path: api.yaml
|
||||||
|
target:
|
||||||
|
kind: HelmRelease
|
||||||
|
name: documentations-api
|
||||||
|
- path: filestream.yaml
|
||||||
|
target:
|
||||||
|
kind: HelmRelease
|
||||||
|
name: documentations-filestream
|
||||||
Loading…
Reference in New Issue
Block a user