initial commit
This commit is contained in:
16
dev/tekton/ingressroute-tls.yaml
Executable file
16
dev/tekton/ingressroute-tls.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: tekton-tls
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`tekton-dev.allarddcs.nl`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: tekton-dashboard
|
||||
port: 9097
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
Reference in New Issue
Block a user