add dashboard
This commit is contained in:
parent
9548fda4ea
commit
d68f6433c5
@ -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
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: istio-system
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gateway
|
||||
Loading…
Reference in New Issue
Block a user