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