From 1724b8fa1b0cc261f8d4dfcaddd4e9a69da76882 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 23 Apr 2026 14:16:50 +0500 Subject: [PATCH] fix --- .../infrastructure/patches/istio-config.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index 67de120..8f62d89 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -13,6 +13,12 @@ spec: contour: certManager: certificates: + platform-tls: + dnsNames: + - sarex.contour.infra.sarex.tech + issuerRef: + name: letsencrypt-issuer-istio + kind: ClusterIssuer minio-tls: dnsNames: - minio.contour.infra.sarex.tech @@ -81,6 +87,14 @@ spec: kind: ClusterIssuer istio: gateways: + platform: + name: platform-gateway + namespace: gateway + servers: + - hosts: + - sarex.contour.infra.sarex.tech + tls: + credentialName: platform-tls minio: name: minio-gateway namespace: gateway @@ -154,6 +168,18 @@ spec: tls: credentialName: camunda-optimize-tls virtualServices: + platform: + name: sarex-frontend-virt-service + namespace: gateway + hosts: + - sarex.contour.infra.sarex.tech + gateways: + - gateway/platform-gateway + routes: + - path: + prefix: / + service: frontend-service.django.svc.cluster.local + port: 80 vault: name: vault-virt-service namespace: gateway