--- # Certificate for Tekton Dashboard TLS apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: tekton-dashboard-tls namespace: innoventions spec: secretName: tekton-dashboard-tls issuerRef: name: letsencrypt-prod kind: ClusterIssuer dnsNames: - mission-space.local.mk-labs.cloud --- # HTTPRoute for Tekton Dashboard via Cilium Gateway apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: tekton-dashboard namespace: innoventions annotations: external-dns.alpha.kubernetes.io/hostname: mission-space.local.mk-labs.cloud external-dns.alpha.kubernetes.io/target: "10.1.71.90" spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: fastpass-gateway namespace: gateway sectionName: https hostnames: - mission-space.local.mk-labs.cloud rules: - matches: - path: type: PathPrefix value: / backendRefs: - group: "" kind: Service name: tekton-dashboard port: 9097 weight: 1