From 987cf59bfe31e5d9d413cf779d9583e1f5500d2c Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 12:27:56 +0300 Subject: [PATCH] add dashboard --- .../infrastructure/patches/dashboard-certificate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/dashboard-certificate.yaml b/clusters/yc-k8s-test/infrastructure/patches/dashboard-certificate.yaml index e69de29..2153c34 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/dashboard-certificate.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/dashboard-certificate.yaml @@ -0,0 +1,8 @@ +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: dashboard-tls + namespace: kubernetes-dashboard +spec: + dnsNames: + - dashboard.contour.infra.sarex.tech