++
This commit is contained in:
parent
9cb672cf34
commit
f5e278fbbf
@ -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
|
||||
|
||||
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
|
||||
namespace: documentations
|
||||
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