This commit is contained in:
ivan 2026-08-02 01:10:27 +05:00
parent 325aad49da
commit 9cb672cf34
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,20 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: backend
namespace: django
spec:
values:
services:
backend:
envs:
- name: SERVER_API_HOST
value:
_default: https://sarex.uralmine.com
- name: SERVER_HOST
value:
_default: https://sarex.uralmine.com
- name: ZITADEL_HOST
value:
_default: https://sarex-login.uralmine.com

View File

@ -3,4 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: django
resources:
- ../base
- ../base
patches:
- path: backend.yaml
target:
kind: HelmRelease
name: backend

View File

@ -224,7 +224,7 @@ spec:
- default/platform-gateway
routes:
- path:
prefix: /auth/callback/
prefix: /auth/callback
rewrite: /
service: frontend-svc.auth-flow.svc.cluster.local
port: 80