mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Enable TLS for tekton dashboard
This commit is contained in:
parent
61f7114d40
commit
4fc3df552d
@ -3,6 +3,8 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: tekton-dashboard
|
name: tekton-dashboard
|
||||||
namespace: tekton-pipelines
|
namespace: tekton-pipelines
|
||||||
|
labels:
|
||||||
|
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: tekton.khuedoan.com
|
- host: tekton.khuedoan.com
|
||||||
@ -13,4 +15,8 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: tekton-dashboard
|
name: tekton-dashboard
|
||||||
port:
|
port:
|
||||||
number: 9097
|
name: http
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- tekton.khuedoan.com
|
||||||
|
secretName: tekton-tls-certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user