add dashboard

This commit is contained in:
Kochetkov S 2026-04-09 11:40:51 +03:00
parent 7c7556dcc2
commit 9548fda4ea

View File

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