khuedoan-homelab/platform/tekton-pipelines/ingress.yaml

24 lines
542 B
YAML
Raw Normal View History

2021-08-23 01:06:42 +07:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
annotations:
2021-12-26 12:36:14 +07:00
cert-manager.io/cluster-issuer: letsencrypt-prod
2021-08-23 01:06:42 +07:00
spec:
2021-11-29 21:16:27 +07:00
ingressClassName: nginx
2021-08-23 01:06:42 +07:00
rules:
2021-12-26 12:36:14 +07:00
- host: &host tekton.khuedoan.com
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: tekton-dashboard
port:
name: http
2021-08-25 02:26:11 +07:00
tls:
2021-12-26 12:36:14 +07:00
- hosts:
- *host
secretName: tekton-tls-certificate