mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
Enable TLS for tekton dashboard
This commit is contained in:
parent
61f7114d40
commit
4fc3df552d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user