Merge branch 'master' of ssh://158-160-253-227.nip.io:2222/infra/iac

This commit is contained in:
Kochetkov S 2026-04-24 12:32:07 +03:00
commit 28dde42d3a

View File

@ -168,7 +168,7 @@ spec:
tls: tls:
credentialName: camunda-optimize-tls credentialName: camunda-optimize-tls
virtualServices: virtualServices:
platform-frontend: platform:
name: sarex-frontend-virt-service name: sarex-frontend-virt-service
namespace: gateway namespace: gateway
hosts: hosts:
@ -177,21 +177,19 @@ spec:
- gateway/platform-gateway - gateway/platform-gateway
routes: routes:
- path: - path:
prefix: / prefix: /admin/
service: frontend-svc.django.svc.cluster.local service: backend-svc.django.svc.cluster.local
port: 80 port: 80
platform-api:
name: sarex-backend-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path: - path:
prefix: /api/ prefix: /api/
service: backend-svc.django.svc.cluster.local service: backend-svc.django.svc.cluster.local
port: 80 port: 80
- path:
prefix: /
service: frontend-svc.django.svc.cluster.local
port: 80
vault: vault:
name: vault-virt-service name: vault-virt-service
namespace: gateway namespace: gateway