This commit is contained in:
ivan 2026-07-28 16:40:56 +05:00
parent a7d90941f9
commit caa5e428df

View File

@ -24,13 +24,13 @@ spec:
- key: nginx.conf
path: nginx.conf
defaultMode: 420
- name: zitadel-configmap
configMap:
name: zitadel-configmap
items:
- key: config.json
path: config.json
defaultMode: 420
# - name: zitadel-configmap
# configMap:
# name: zitadel-configmap
# items:
# - key: config.json
# path: config.json
# defaultMode: 420
containers:
- name: frontend
image: cr.yandex/crp3ccidau046kdj8g9q/sarex-frontend-dev:contour_5.22.0
@ -47,9 +47,9 @@ spec:
- name: nginx-configmap
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
- name: zitadel-configmap
readOnly: true
mountPath: /opt/react_client/static/config.json
subPath: config.json
# - name: zitadel-configmap
# readOnly: true
# mountPath: /opt/react_client/static/config.json
# subPath: config.json
imagePullSecrets:
- name: regcred