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

24 lines
518 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
2021-08-25 02:26:11 +07:00
labels:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
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:
- host: tekton.khuedoan.com
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: tekton-dashboard
port:
2021-08-25 02:26:11 +07:00
name: http
tls:
- hosts:
- tekton.khuedoan.com
secretName: tekton-tls-certificate