Compare commits
2 Commits
c14d74050f
...
38219249b3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38219249b3 | ||
|
|
6c81ba0080 |
@ -85,17 +85,17 @@ spec:
|
|||||||
path:
|
path:
|
||||||
_default: nginx.conf
|
_default: nginx.conf
|
||||||
|
|
||||||
# - name: zitadel-configmap
|
- name: zitadel-configmap
|
||||||
# mountPath:
|
mountPath:
|
||||||
# _default: /opt/react_client/static/config.json
|
_default: /opt/react_client/static/config.json
|
||||||
# subPath:
|
subPath:
|
||||||
# _default: config.json
|
_default: config.json
|
||||||
# readOnly:
|
readOnly:
|
||||||
# _default: true
|
_default: true
|
||||||
# configMap:
|
configMap:
|
||||||
# name:
|
name:
|
||||||
# _default: zitadel-configmap
|
_default: zitadel-configmap
|
||||||
# items:
|
items:
|
||||||
# - key: config.json
|
- key: config.json
|
||||||
# path:
|
path:
|
||||||
# _default: config.json
|
_default: config.json
|
||||||
|
|||||||
@ -150,6 +150,19 @@ spec:
|
|||||||
rewrite: /api/
|
rewrite: /api/
|
||||||
service: backend-api-svc.documentations.svc.cluster.local
|
service: backend-api-svc.documentations.svc.cluster.local
|
||||||
port: 80
|
port: 80
|
||||||
|
workspaces-api:
|
||||||
|
name: workspaces-api-virt-service
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- sarex.uralmine.com
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /workspaces/api/
|
||||||
|
rewrite: /api/
|
||||||
|
service: backend-svc.workspaces.svc.cluster.local
|
||||||
|
port: 80
|
||||||
gateway-platform:
|
gateway-platform:
|
||||||
name: pdm-virt-service
|
name: pdm-virt-service
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user