Create ingress for Tekton

This commit is contained in:
Khue Doan 2021-08-23 01:06:42 +07:00
parent 7f5cf2f292
commit 520393d0c4
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
spec:
rules:
- host: tekton.khuedoan.com
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: tekton-dashboard
port:
number: 9097

View File

@ -4,3 +4,4 @@ kind: Kustomization
resources:
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
- ingress.yaml