diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index a7088c8..67de120 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -175,9 +175,21 @@ spec: - gateway/minio-gateway routes: - path: - prefix: / - service: minio-minio-contour-console.minio.svc.cluster.local + prefix: /console/ + service: minio-console.minio.svc.cluster.local port: 9001 + minio-api: + name: minio-api-virt-service + namespace: gateway + hosts: + - minio.contour.infra.sarex.tech + gateways: + - gateway/minio-gateway + routes: + - path: + prefix: / + service: minio.minio.svc.cluster.local + port: 9000 zitadel: name: zitadel-virt-service namespace: gateway