khuedoan-homelab/platform/tekton-pipelines/ingress.yaml
2021-12-16 21:02:13 +07:00

24 lines
506 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: nginx
rules:
- host: &host tekton.khuedoan.com
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: tekton-dashboard
port:
name: http
tls:
- hosts:
- *host
secretName: tekton-tls-certificate