home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

ingress.yaml (290B)


      1 apiVersion: networking.k8s.io/v1beta1
      2 kind: Ingress
      3 metadata:
      4   name: dashboard-ingress
      5   namespace: tekton-pipelines
      6 spec:
      7   rules:
      8   - host: dashboard.tekton.home
      9     http:
     10       paths:
     11       - backend:
     12           serviceName: tekton-dashboard
     13           servicePort: 9097
     14         path: /*