Enable TLS for tekton dashboard

This commit is contained in:
Khue Doan 2021-08-25 02:26:11 +07:00
parent 61f7114d40
commit 4fc3df552d

View File

@ -3,6 +3,8 @@ kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
labels:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
spec:
rules:
- host: tekton.khuedoan.com
@ -13,4 +15,8 @@ spec:
service:
name: tekton-dashboard
port:
number: 9097
name: http
tls:
- hosts:
- tekton.khuedoan.com
secretName: tekton-tls-certificate