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