From 9548fda4ea0862765a4d356194434efea84a4a03 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 11:40:51 +0300 Subject: [PATCH] add dashboard --- .../infrastructure/patches/dashboard.yaml | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml b/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml index 08621c6..bd40d25 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/dashboard.yaml @@ -7,6 +7,51 @@ spec: interval: 5m timeout: 10m values: + destinationRule: + enabled: true + host: "dashboard-kong-proxy" + tlsMode: "DISABLE" + + virtualService: + enabled: true + annotations: {} + labels: {} + name: dashboard-virt-service + namespace: kubernetes-dashboard + gateways: + - gateway/dashboard-gateway + hosts: + - dashboard.contour.infra.sarex.tech + http: + - match: + uriPrefix: / + route: + destination: + host: dashboard-kong-proxy + port: 80 + + gateway: + enabled: true + name: dashboard-gateway + namespace: gateway + selector: + istio: ingressgateway + servers: + - hosts: + - dashboard.contour.infra.sarex.tech + port: + name: https-443 + number: 443 + protocol: HTTPS + tls: + credentialName: dashboard-tls + mode: SIMPLE + - hosts: + - dashboard.contour.infra.sarex.tech + port: + name: http-80 + number: 80 + protocol: HTTP app: image: pullSecrets: @@ -15,3 +60,5 @@ spec: image: pullSecrets: - regcred + +