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: - istio-system/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: istio-system 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