This commit is contained in:
ivan 2026-08-02 01:39:54 +05:00
parent e069f38cb5
commit 66cd1a599f
3 changed files with 21 additions and 3 deletions

View File

@ -8,8 +8,8 @@ data:
{ {
"auth_type": "zitadel", "auth_type": "zitadel",
"zitadel": { "zitadel": {
"client_id": "383923818340615274", "client_id": "379557107642492501",
"host": "https://sarex-login.uralmine.com" "host": "https://zitadel.contour.infra.sarex.tech"
} }
} }

View File

@ -8,4 +8,8 @@ patches:
- path: backend.yaml - path: backend.yaml
target: target:
kind: HelmRelease kind: HelmRelease
name: backend name: backend
- path: zitadel-configmap.yaml
target:
kind: ConfigMap
name: zitadel-configmap

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: zitadel-configmap
namespace: django
data:
config.json: |
{
"auth_type": "zitadel",
"zitadel": {
"client_id": "383923818340615274",
"host": "https://sarex-login.uralmine.com"
}
}