From d68f6433c5f550ac318f3a7c6c55fa09c6d07648 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 11:58:27 +0300 Subject: [PATCH] add dashboard --- .../yc-k8s-test/infrastructure/patches/dashboard.yaml | 5 ++--- infrastructure/istio-base/base/namespace.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml b/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml index bd40d25..8346a1e 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml @@ -19,7 +19,7 @@ spec: name: dashboard-virt-service namespace: kubernetes-dashboard gateways: - - gateway/dashboard-gateway + - istio-system/dashboard-gateway hosts: - dashboard.contour.infra.sarex.tech http: @@ -33,7 +33,7 @@ spec: gateway: enabled: true name: dashboard-gateway - namespace: gateway + namespace: istio-system selector: istio: ingressgateway servers: @@ -61,4 +61,3 @@ spec: pullSecrets: - regcred - diff --git a/infrastructure/istio-base/base/namespace.yaml b/infrastructure/istio-base/base/namespace.yaml index d5eee5a..f8b58f6 100644 --- a/infrastructure/istio-base/base/namespace.yaml +++ b/infrastructure/istio-base/base/namespace.yaml @@ -1,4 +1,10 @@ +--- apiVersion: v1 kind: Namespace metadata: - name: istio-system \ No newline at end of file + name: istio-system +--- +apiVersion: v1 +kind: Namespace +metadata: + name: gateway \ No newline at end of file