fix zitadel

This commit is contained in:
Kochetkov S 2026-04-13 10:21:10 +03:00
parent d2cb2d848e
commit 89ec557a30
2 changed files with 35 additions and 5 deletions

View File

@ -8,16 +8,46 @@ spec:
timeout: 10m timeout: 10m
values: values:
zitadel: zitadel:
configmapConfig: configmapConfig:
ExternalDomain: login.contour.infra.sarex.tech ExternalDomain: login.contour.infra.sarex.tech
login: login:
env: env:
- name: ZITADEL_DATABASE_POSTGRES_HOST - name: ZITADEL_DATABASE_POSTGRES_HOST
value: "postgresql.postgresql.svc.cluster.local" value: "postgresql.postgresql.svc.cluster.local"
- name: ZITADEL_DATABASE_POSTGRES_PORT - name: ZITADEL_DATABASE_POSTGRES_PORT
value: "5432" value: "5432"
- name: ZITADEL_DATABASE_POSTGRES_USER_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password
- name: ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password
env: env:
- name: ZITADEL_DATABASE_POSTGRES_HOST - name: ZITADEL_DATABASE_POSTGRES_HOST
value: "postgresql.postgresql.svc.cluster.local" value: "postgresql.postgresql.svc.cluster.local"
- name: ZITADEL_DATABASE_POSTGRES_PORT - name: ZITADEL_DATABASE_POSTGRES_PORT
value: "5432" value: "5432"
- name: ZITADEL_DATABASE_POSTGRES_USER_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password
- name: ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-contour-zitadel-credentials
key: password

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: idp-contour chart: idp-contour
version: "4.12.3" version: "4.12.2"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts