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
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

View File

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