add dashboard

This commit is contained in:
Kochetkov S 2026-04-09 11:58:27 +03:00
parent 9548fda4ea
commit d68f6433c5
2 changed files with 9 additions and 4 deletions

View File

@ -19,7 +19,7 @@ spec:
name: dashboard-virt-service name: dashboard-virt-service
namespace: kubernetes-dashboard namespace: kubernetes-dashboard
gateways: gateways:
- gateway/dashboard-gateway - istio-system/dashboard-gateway
hosts: hosts:
- dashboard.contour.infra.sarex.tech - dashboard.contour.infra.sarex.tech
http: http:
@ -33,7 +33,7 @@ spec:
gateway: gateway:
enabled: true enabled: true
name: dashboard-gateway name: dashboard-gateway
namespace: gateway namespace: istio-system
selector: selector:
istio: ingressgateway istio: ingressgateway
servers: servers:
@ -61,4 +61,3 @@ spec:
pullSecrets: pullSecrets:
- regcred - regcred

View File

@ -1,4 +1,10 @@
---
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: istio-system name: istio-system
---
apiVersion: v1
kind: Namespace
metadata:
name: gateway