++
This commit is contained in:
parent
a7d90941f9
commit
caa5e428df
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user