Compare commits
2 Commits
798648e85d
...
800718737d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
800718737d | ||
|
|
e88027ffa6 |
@ -110,7 +110,7 @@ spec:
|
||||
envs:
|
||||
- name: USERS_INTERNAL_HOST
|
||||
value:
|
||||
_default: "http://backend-service.sarex.svc.cluster.local:8000"
|
||||
_default: "http://backend-svc.django.svc.cluster.local:80"
|
||||
|
||||
- name: CELERY_REDIS_HOST
|
||||
value:
|
||||
@ -118,11 +118,11 @@ spec:
|
||||
|
||||
- name: RESOURCES_INTERNAL_HOST
|
||||
value:
|
||||
_default: "http://sarex-resources-service.resources"
|
||||
_default: "http://iam-backend.iam.svc.cluster.local:8000"
|
||||
|
||||
- name: EAV_HOST
|
||||
value:
|
||||
_default: "http://eav-service.eav"
|
||||
_default: "http://backend-svc.eav.svc.cluster.local:80"
|
||||
|
||||
- name: EAV_API_PREFIX
|
||||
value:
|
||||
@ -182,15 +182,15 @@ spec:
|
||||
|
||||
- name: AUTH_PUBLIC_TOKEN_URL
|
||||
value:
|
||||
_default: "https://lk.sarex.io/api/token/public/"
|
||||
_default: "https://sarex.uralmine.com/api/token/public/"
|
||||
|
||||
- name: SERVER_HOST
|
||||
value:
|
||||
_default: "https://lk.sarex.io"
|
||||
_default: "https://sarex.uralmine.com"
|
||||
|
||||
- name: SERVER_API_HOST
|
||||
value:
|
||||
_default: "https://api.sarex.io"
|
||||
_default: "https://sarex.uralmine.com"
|
||||
|
||||
- name: SERVER_DEBUG
|
||||
value:
|
||||
|
||||
@ -249,6 +249,19 @@ spec:
|
||||
rewrite: /
|
||||
service: frontend-svc.transmittal.svc.cluster.local
|
||||
port: 80
|
||||
workflows-api:
|
||||
name: workflows-virt-service
|
||||
namespace: default
|
||||
hosts:
|
||||
- sarex.uralmine.com
|
||||
gateways:
|
||||
- default/platform-gateway
|
||||
routes:
|
||||
- path:
|
||||
prefix: /workflows/api/
|
||||
rewrite: /api/
|
||||
service: backend-svc.processing.svc.cluster.local
|
||||
port: 80
|
||||
transmittals-api:
|
||||
name: transmittals-api-virt-service
|
||||
namespace: default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user