65 lines
1.3 KiB
YAML
65 lines
1.3 KiB
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: dashboard
|
|
namespace: kubernetes-dashboard
|
|
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:
|
|
- regcred
|
|
kong:
|
|
image:
|
|
pullSecrets:
|
|
- regcred
|
|
|
|
|