khuedoan-homelab/platform/tekton-pipelines/ingress.yaml
2021-09-03 12:36:52 +07:00

23 lines
492 B
YAML

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