add dashboard
This commit is contained in:
parent
7c7556dcc2
commit
9548fda4ea
@ -7,6 +7,51 @@ spec:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
values:
|
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:
|
app:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
@ -15,3 +60,5 @@ spec:
|
|||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- regcred
|
- regcred
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user