mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Create ingress for Tekton
This commit is contained in:
parent
7f5cf2f292
commit
520393d0c4
16
applications/tekton-pipelines/ingress.yaml
Normal file
16
applications/tekton-pipelines/ingress.yaml
Normal 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
|
@ -4,3 +4,4 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
||||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
|
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
|
||||||
|
- ingress.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user